MVN

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

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 20230802-8546c18

All Versions

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

Version Vulnerabilities Updated
20230802
portal-7.3.x-20230802-8546c18
20230614
portal-7.3.x-20230614-8023ee1
20230405
portal-7.3.x-20230405-4a44d12
20230330
portal-7.3.x-20230330-b8ba199
20230322
portal-7.3.x-20230322-5835650
20230228
portal-7.3.x-20230228-3037860
20230210
portal-7.3.x-20230210-7729154
20221115
portal-7.3.x-20221115-b92b907
20221108
portal-7.3.x-20221108-4085256
20220905
portal-7.3.x-20220905-d228e46
20220803
portal-7.3.x-20220803-ed77c0c
20220620
portal-7.3.x-20220620-d4ba7b0
20220617
portal-7.3.x-20220617-b5dbf00
20220609
portal-7.3.x-20220609-1c8907c
20220511
portal-7.3.x-20220511-06502ca
20220330
portal-7.3.x-20220330-cbedc50
20211208
portal-7.3.x-20211208-aa8c596
20211119
portal-7.3.x-20211119-44fd320
20211105
portal-7.3.x-20211105-722bf5b
20211026
portal-7.3.x-20211026-f4aeadf
20210907
portal-7.3.x-20210907-e171e76
20210310
portal-7.3.x-20210310-51b702b
20201104
portal-7.3.x-20201104-da538cb
20200811
portal-7.3.x-20200811-cdc353a

How to add a dependency to Maven

Add the following com.liferay.poshi.runner.resources : portal-7.3.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.3.x</artifactId>
    <version>20230802-8546c18</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.liferay.poshi.runner.resources:portal-7.3.x:20230802-8546c18'

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

implementation("com.liferay.poshi.runner.resources:portal-7.3.x:20230802-8546c18")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.liferay.poshi.runner.resources" % "portal-7.3.x" % "20230802-8546c18"