MVN

com.liferay.poshi.runner.resources : portal-ee-6.2.x

Maven & Gradle

Aug 02, 2023
<dependency>
    <groupId>com.liferay.poshi.runner.resources</groupId>
    <artifactId>portal-ee-6.2.x</artifactId>
    <version>20230802-62a5e61</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 20230802-62a5e61

All Versions

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

Version Vulnerabilities Updated
20190325111857
portal-ee-6.2.x-20190325111857-3731418
20190110114620
portal-ee-6.2.x-20190110114620-9ad869c
20180823155817
portal-ee-6.2.x-20180823155817-d3af660
20180809125149
portal-ee-6.2.x-20180809125149-77091a5
20180809125121
portal-ee-6.2.x-20180809125121-77091a5
20180516095205
portal-ee-6.2.x-20180516095205-e9a6238
20230802
portal-ee-6.2.x-20230802-62a5e61
20230614
portal-ee-6.2.x-20230614-f03eceb2
20230405
portal-ee-6.2.x-20230405-df0f9d7
20230403
portal-ee-6.2.x-20230403-df0f9d7
20230322
portal-ee-6.2.x-20230322-b545c6a
20230228
portal-ee-6.2.x-20230228-79e3c8b
20230210
portal-ee-6.2.x-20230210-8c2df6c
20221115
portal-ee-6.2.x-20221115-53c2241
20221108
portal-ee-6.2.x-20221108-53c2241
20220905
portal-ee-6.2.x-20220905-23d552b
20220803
portal-ee-6.2.x-20220803-72b0b2d
20220620
portal-ee-6.2.x-20220620-2470a98f
20220617
portal-ee-6.2.x-20220617-2470a98f
20220609
portal-ee-6.2.x-20220609-2470a98f
20220511
portal-ee-6.2.x-20220511-912f472
20220330
portal-ee-6.2.x-20220330-2f26c23
20211208
portal-ee-6.2.x-20211208-53279e0
20201104
portal-ee-6.2.x-20201104-facd52e
20200824
portal-ee-6.2.x-20200824-6aa56070
20200811
portal-ee-6.2.x-20200811-cf2fff7

How to add a dependency to Maven

Add the following com.liferay.poshi.runner.resources : portal-ee-6.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-ee-6.2.x</artifactId>
    <version>20230802-62a5e61</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.liferay.poshi.runner.resources:portal-ee-6.2.x:20230802-62a5e61'

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

implementation("com.liferay.poshi.runner.resources:portal-ee-6.2.x:20230802-62a5e61")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.liferay.poshi.runner.resources" % "portal-ee-6.2.x" % "20230802-62a5e61"