MVN

org.cloudfoundry.identity : cloudfoundry-identity-common

Maven & Gradle

Feb 02, 2017
5 usages
<dependency>
    <groupId>org.cloudfoundry.identity</groupId>
    <artifactId>cloudfoundry-identity-common</artifactId>
    <version>2.7.4.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cloudfoundry.identity : cloudfoundry-identity-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.4.9

All Versions

Choose a version of org.cloudfoundry.identity : cloudfoundry-identity-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
cloudfoundry-identity-common-2.7.4.9
8 vulnerabilities
cloudfoundry-identity-common-2.7.4.7
9 vulnerabilities
cloudfoundry-identity-common-2.7.4.6
9 vulnerabilities
cloudfoundry-identity-common-2.7.4.5
10 vulnerabilities
cloudfoundry-identity-common-2.7.4.4
10 vulnerabilities
cloudfoundry-identity-common-2.7.4
11 vulnerabilities
cloudfoundry-identity-common-2.7.1
11 vulnerabilities
cloudfoundry-identity-common-2.7.0.3
11 vulnerabilities
cloudfoundry-identity-common-2.7.0
11 vulnerabilities
2.6.x
cloudfoundry-identity-common-2.6.1
11 vulnerabilities
2.5.x
cloudfoundry-identity-common-2.5.2
11 vulnerabilities
2.4.x
cloudfoundry-identity-common-2.4.1
13 vulnerabilities
cloudfoundry-identity-common-2.4.0
13 vulnerabilities
2.3.x
cloudfoundry-identity-common-2.3.1
13 vulnerabilities
cloudfoundry-identity-common-2.3.0
13 vulnerabilities
2.2.x
cloudfoundry-identity-common-2.2.6
13 vulnerabilities
cloudfoundry-identity-common-2.2.5
13 vulnerabilities
cloudfoundry-identity-common-2.2.4
13 vulnerabilities
1.4.x
cloudfoundry-identity-common-1.4.3
11 vulnerabilities

How to add a dependency to Maven

Add the following org.cloudfoundry.identity : cloudfoundry-identity-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cloudfoundry.identity</groupId>
    <artifactId>cloudfoundry-identity-common</artifactId>
    <version>2.7.4.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cloudfoundry.identity : cloudfoundry-identity-common gradle dependency to your build.gradle file:

implementation 'org.cloudfoundry.identity:cloudfoundry-identity-common:2.7.4.9'

Gradle Kotlin DSL: Add the following org.cloudfoundry.identity : cloudfoundry-identity-common gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cloudfoundry.identity:cloudfoundry-identity-common:2.7.4.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cloudfoundry.identity : cloudfoundry-identity-common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cloudfoundry.identity" % "cloudfoundry-identity-common" % "2.7.4.9"