MVN

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

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 20230802-305050c

All Versions

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

Version Vulnerabilities Updated
20230802
portal-7.2.x-20230802-305050c
20230615
portal-7.2.x-20230615-c4bf62c
20230405
portal-7.2.x-20230405-7a4f17f
20230330
portal-7.2.x-20230330-81782cb
20230322
portal-7.2.x-20230322-56522c5
20230228
portal-7.2.x-20230228-1be90f1
20230215
portal-7.2.x-20230215-91dc8bb
20221115
portal-7.2.x-20221115-3348cd9
20220803
portal-7.2.x-20220803-eaa81bc
20220620
portal-7.2.x-20220620-088919f
20220617
portal-7.2.x-20220617-613cf59
20220609
portal-7.2.x-20220609-01bec31
20220511
portal-7.2.x-20220511-860fc14
20220330
portal-7.2.x-20220330-64c9a76
20211208
portal-7.2.x-20211208-1b6c4a5b
20211119
portal-7.2.x-20211119-83ce442
20211105
portal-7.2.x-20211105-cf52040
20211026
portal-7.2.x-20211026-11008af
20210907
portal-7.2.x-20210907-af2bcf3
20210310
portal-7.2.x-20210310-6c08827
20201104
portal-7.2.x-20201104-a5ed682
20200824
portal-7.2.x-20200824-e6abd1a
20200811
portal-7.2.x-20200811-c4860d03
20191031
portal-7.2.x-20191031-796bf3b
20190723
portal-7.2.x-20190723-f498da0

How to add a dependency to Maven

Add the following com.liferay.poshi.runner.resources : portal-7.2.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.2.x</artifactId>
    <version>20230802-305050c</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.liferay.poshi.runner.resources:portal-7.2.x:20230802-305050c'

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

implementation("com.liferay.poshi.runner.resources:portal-7.2.x:20230802-305050c")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.liferay.poshi.runner.resources" % "portal-7.2.x" % "20230802-305050c"