MVN

com.liferay.content-targeting : com.liferay.content.targeting.api

Maven & Gradle

Sep 28, 2018
1 usages
508 stars

Liferay Content Targeting API

<dependency>
    <groupId>com.liferay.content-targeting</groupId>
    <artifactId>com.liferay.content.targeting.api</artifactId>
    <version>5.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay.content-targeting : com.liferay.content.targeting.api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.0

All Versions

Choose a version of com.liferay.content-targeting : com.liferay.content.targeting.api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
com.liferay.content.targeting.api-5.0.0
4.0.x
com.liferay.content.targeting.api-4.0.0
3.1.x
com.liferay.content.targeting.api-3.1.0
2.0.x
com.liferay.content.targeting.api-2.0.1
com.liferay.content.targeting.api-2.0.0

How to add a dependency to Maven

Add the following com.liferay.content-targeting : com.liferay.content.targeting.api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.liferay.content-targeting</groupId>
    <artifactId>com.liferay.content.targeting.api</artifactId>
    <version>5.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay.content-targeting : com.liferay.content.targeting.api gradle dependency to your build.gradle file:

implementation 'com.liferay.content-targeting:com.liferay.content.targeting.api:5.0.0'

Gradle Kotlin DSL: Add the following com.liferay.content-targeting : com.liferay.content.targeting.api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay.content-targeting:com.liferay.content.targeting.api:5.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay.content-targeting : com.liferay.content.targeting.api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay.content-targeting" % "com.liferay.content.targeting.api" % "5.0.0"