MVN

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

Maven & Gradle

Jun 15, 2023
<dependency>
    <groupId>com.liferay.poshi.runner.resources</groupId>
    <artifactId>portal-7.0.x</artifactId>
    <version>20230615-0c59882</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 20230615-0c59882

All Versions

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

Version Vulnerabilities Updated
20180823155705
portal-7.0.x-20180823155705-213db88
20180809125213
portal-7.0.x-20180809125213-f7070ae
20180516094443
portal-7.0.x-20180516094443-ebc78fb
20230615
portal-7.0.x-20230615-0c59882
20230405
portal-7.0.x-20230405-11eb97e0
20230330
portal-7.0.x-20230330-50a03ea
20230322
portal-7.0.x-20230322-4edbced
20230228
portal-7.0.x-20230228-0b33c0e
20230210
portal-7.0.x-20230210-f47b9efd
20220803
portal-7.0.x-20220803-ac781b9
20220620
portal-7.0.x-20220620-ebcdca1e
20220617
portal-7.0.x-20220617-a6dfea0
20220609
portal-7.0.x-20220609-831eb2c
20220511
portal-7.0.x-20220511-8b6c297
20220330
portal-7.0.x-20220330-fc5196f
20211208
portal-7.0.x-20211208-0cbe114
20211119
portal-7.0.x-20211119-2866da3
20211105
portal-7.0.x-20211105-c629d79
20211026
portal-7.0.x-20211026-867fff4
20210907
portal-7.0.x-20210907-8771854
20210310
portal-7.0.x-20210310-e6b5a35
20201104
portal-7.0.x-20201104-878e7c3
20200824
portal-7.0.x-20200824-b1b39de
20200811
portal-7.0.x-20200811-4662f52
20191031
portal-7.0.x-20191031-756de9c
20190325
portal-7.0.x-20190325-004214c
20190110
portal-7.0.x-20190110-2008a39

How to add a dependency to Maven

Add the following com.liferay.poshi.runner.resources : portal-7.0.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.0.x</artifactId>
    <version>20230615-0c59882</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.liferay.poshi.runner.resources:portal-7.0.x:20230615-0c59882'

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

implementation("com.liferay.poshi.runner.resources:portal-7.0.x:20230615-0c59882")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.liferay.poshi.runner.resources" % "portal-7.0.x" % "20230615-0c59882"