MVN

com.liferay : com.liferay.osb.site.initializer.customer.portal.extra.remote.app

Maven & Gradle

Jan 20, 1970
<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.liferay.osb.site.initializer.customer.portal.extra.remote.app</artifactId>
    <version>20230913.1245</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay : com.liferay.osb.site.initializer.customer.portal.extra.remote.app to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20230913.1245

All Versions

Choose a version of com.liferay : com.liferay.osb.site.initializer.customer.portal.extra.remote.app to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20230913.1245
com.liferay.osb.site.initializer.customer.portal.extra.remote.app-20230913.1245

How to add a dependency to Maven

Add the following com.liferay : com.liferay.osb.site.initializer.customer.portal.extra.remote.app maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.liferay.osb.site.initializer.customer.portal.extra.remote.app</artifactId>
    <version>20230913.1245</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay : com.liferay.osb.site.initializer.customer.portal.extra.remote.app gradle dependency to your build.gradle file:

implementation 'com.liferay:com.liferay.osb.site.initializer.customer.portal.extra.remote.app:20230913.1245'

Gradle Kotlin DSL: Add the following com.liferay : com.liferay.osb.site.initializer.customer.portal.extra.remote.app gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay:com.liferay.osb.site.initializer.customer.portal.extra.remote.app:20230913.1245")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay : com.liferay.osb.site.initializer.customer.portal.extra.remote.app sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay" % "com.liferay.osb.site.initializer.customer.portal.extra.remote.app" % "20230913.1245"