MVN

com.liferay.poshi.runner.resources : portal-7.1.x

Maven & Gradle

Aug 02, 2023
<dependency>
    <groupId>com.liferay.poshi.runner.resources</groupId>
    <artifactId>portal-7.1.x</artifactId>
    <version>20230802-58d5f8e</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay.poshi.runner.resources : portal-7.1.x to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20230802-58d5f8e

All Versions

Choose a version of com.liferay.poshi.runner.resources : portal-7.1.x to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20181128102607
portal-7.1.x-20181128102607-5b0ef97
20230802
portal-7.1.x-20230802-58d5f8e
20230615
portal-7.1.x-20230615-b8f79e03
20230405
portal-7.1.x-20230405-6ce5647
20230330
portal-7.1.x-20230330-e84111c
20230322
portal-7.1.x-20230322-ed15ce6
20230228
portal-7.1.x-20230228-3b0115b
20230210
portal-7.1.x-20230210-0e9758e
20221115
portal-7.1.x-20221115-dcebafa
20220803
portal-7.1.x-20220803-eb2db90
20220620
portal-7.1.x-20220620-62ea6af
20220617
portal-7.1.x-20220617-705eccd
20220609
portal-7.1.x-20220609-782fdba
20220511
portal-7.1.x-20220511-fc36372
20220330
portal-7.1.x-20220330-9e22fe2
20211208
portal-7.1.x-20211208-29b316a
20211119
portal-7.1.x-20211119-fd9c5dc
20211105
portal-7.1.x-20211105-ff96f8a
20211026
portal-7.1.x-20211026-857648f
20210907
portal-7.1.x-20210907-9d96032
20210310
portal-7.1.x-20210310-bf3799d2a
20201104
portal-7.1.x-20201104-dca8d52
20200824
portal-7.1.x-20200824-16a6140
20200811
portal-7.1.x-20200811-375c6d0
20191031
portal-7.1.x-20191031-de8a7da
20190325
portal-7.1.x-20190325-f1ecc02
20190110
portal-7.1.x-20190110-e3c1b50
7.1.x
portal-7.1.x-7.1.1-ga2

How to add a dependency to Maven

Add the following com.liferay.poshi.runner.resources : portal-7.1.x maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.liferay.poshi.runner.resources</groupId>
    <artifactId>portal-7.1.x</artifactId>
    <version>20230802-58d5f8e</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay.poshi.runner.resources : portal-7.1.x gradle dependency to your build.gradle file:

implementation 'com.liferay.poshi.runner.resources:portal-7.1.x:20230802-58d5f8e'

Gradle Kotlin DSL: Add the following com.liferay.poshi.runner.resources : portal-7.1.x gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay.poshi.runner.resources:portal-7.1.x:20230802-58d5f8e")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay.poshi.runner.resources : portal-7.1.x sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay.poshi.runner.resources" % "portal-7.1.x" % "20230802-58d5f8e"