MVN

se.vgregion.liferay-user-associations : liferay-user-associations-core-bc-module-user-update-hook

Maven & Gradle

Feb 20, 2013
<dependency>
    <groupId>se.vgregion.liferay-user-associations</groupId>
    <artifactId>liferay-user-associations-core-bc-module-user-update-hook</artifactId>
    <version>1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.vgregion.liferay-user-associations : liferay-user-associations-core-bc-module-user-update-hook to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10

All Versions

Choose a version of se.vgregion.liferay-user-associations : liferay-user-associations-core-bc-module-user-update-hook to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10
liferay-user-associations-core-bc-module-user-update-hook-1.10
1.8
liferay-user-associations-core-bc-module-user-update-hook-1.8
1.7
liferay-user-associations-core-bc-module-user-update-hook-1.7
1.6
liferay-user-associations-core-bc-module-user-update-hook-1.6
1.5
liferay-user-associations-core-bc-module-user-update-hook-1.5
1.4
liferay-user-associations-core-bc-module-user-update-hook-1.4
1.2
liferay-user-associations-core-bc-module-user-update-hook-1.2
1.1
liferay-user-associations-core-bc-module-user-update-hook-1.1

How to add a dependency to Maven

Add the following se.vgregion.liferay-user-associations : liferay-user-associations-core-bc-module-user-update-hook maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.vgregion.liferay-user-associations</groupId>
    <artifactId>liferay-user-associations-core-bc-module-user-update-hook</artifactId>
    <version>1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.vgregion.liferay-user-associations : liferay-user-associations-core-bc-module-user-update-hook gradle dependency to your build.gradle file:

implementation 'se.vgregion.liferay-user-associations:liferay-user-associations-core-bc-module-user-update-hook:1.10'

Gradle Kotlin DSL: Add the following se.vgregion.liferay-user-associations : liferay-user-associations-core-bc-module-user-update-hook gradle kotlin dependency to your build.gradle.kts file:

implementation("se.vgregion.liferay-user-associations:liferay-user-associations-core-bc-module-user-update-hook:1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.vgregion.liferay-user-associations : liferay-user-associations-core-bc-module-user-update-hook sbt scala dependency to your build.sbt file:

libraryDependencies += "se.vgregion.liferay-user-associations" % "liferay-user-associations-core-bc-module-user-update-hook" % "1.10"