MVN

org.cloudfoundry.identity : cloudfoundry-identity-api

Maven & Gradle

Mar 21, 2018
1.5k stars

UAA · Cloud Foundry User Account and Authentication

<dependency>
    <groupId>org.cloudfoundry.identity</groupId>
    <artifactId>cloudfoundry-identity-api</artifactId>
    <version>4.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.11.0

All Versions

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

Version Vulnerabilities Updated
4.11.x
cloudfoundry-identity-api-4.11.0
4.10.x
cloudfoundry-identity-api-4.10.0
4.9.x
cloudfoundry-identity-api-4.9.0
4.8.x
cloudfoundry-identity-api-4.8.3
cloudfoundry-identity-api-4.8.2
cloudfoundry-identity-api-4.8.0
4.7.x
cloudfoundry-identity-api-4.7.4
cloudfoundry-identity-api-4.7.2
cloudfoundry-identity-api-4.7.1
cloudfoundry-identity-api-4.7.0
4.6.x
cloudfoundry-identity-api-4.6.1
cloudfoundry-identity-api-4.6.0
4.5.x
cloudfoundry-identity-api-4.5.0
4.4.x
cloudfoundry-identity-api-4.4.0
4.3.x
cloudfoundry-identity-api-4.3.0
4.2.x
cloudfoundry-identity-api-4.2.0
4.1.x
cloudfoundry-identity-api-4.1.0
3.20.x
cloudfoundry-identity-api-3.20.0
3.19.x
cloudfoundry-identity-api-3.19.0
3.18.x
cloudfoundry-identity-api-3.18.0
3.16.x
cloudfoundry-identity-api-3.16.0
3.15.x
cloudfoundry-identity-api-3.15.0
3.13.x
cloudfoundry-identity-api-3.13.0
3.12.x
cloudfoundry-identity-api-3.12.0
3.10.x
cloudfoundry-identity-api-3.10.0
3.9.x
cloudfoundry-identity-api-3.9.1
cloudfoundry-identity-api-3.9.0
3.8.x
cloudfoundry-identity-api-3.8.0
3.7.x
cloudfoundry-identity-api-3.7.3
cloudfoundry-identity-api-3.7.0
3.6.x
cloudfoundry-identity-api-3.6.0
3.5.x
cloudfoundry-identity-api-3.5.0
3.4.x
cloudfoundry-identity-api-3.4.5
cloudfoundry-identity-api-3.4.4
cloudfoundry-identity-api-3.4.3
cloudfoundry-identity-api-3.4.2
cloudfoundry-identity-api-3.4.0
3.3.x
cloudfoundry-identity-api-3.3.0.5
cloudfoundry-identity-api-3.3.0.4
cloudfoundry-identity-api-3.3.0.3
cloudfoundry-identity-api-3.3.0.2
cloudfoundry-identity-api-3.3.0.1
cloudfoundry-identity-api-3.3.0
3.2.x
cloudfoundry-identity-api-3.2.1
cloudfoundry-identity-api-3.2.0
3.1.x
cloudfoundry-identity-api-3.1.0
3.0.x
cloudfoundry-identity-api-3.0.1
cloudfoundry-identity-api-3.0.0
2.7.x
cloudfoundry-identity-api-2.7.4.9
cloudfoundry-identity-api-2.7.4.7
cloudfoundry-identity-api-2.7.4.6
cloudfoundry-identity-api-2.7.4.5
cloudfoundry-identity-api-2.7.4.4
cloudfoundry-identity-api-2.7.4
cloudfoundry-identity-api-2.7.1
cloudfoundry-identity-api-2.7.0.3
cloudfoundry-identity-api-2.7.0
2.6.x
cloudfoundry-identity-api-2.6.1
2.5.x
cloudfoundry-identity-api-2.5.2
2.4.x
cloudfoundry-identity-api-2.4.1
cloudfoundry-identity-api-2.4.0
2.3.x
cloudfoundry-identity-api-2.3.1
cloudfoundry-identity-api-2.3.0
2.2.x
cloudfoundry-identity-api-2.2.6
cloudfoundry-identity-api-2.2.5
cloudfoundry-identity-api-2.2.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.cloudfoundry.identity</groupId>
    <artifactId>cloudfoundry-identity-api</artifactId>
    <version>4.11.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.cloudfoundry.identity:cloudfoundry-identity-api:4.11.0'

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

implementation("org.cloudfoundry.identity:cloudfoundry-identity-api:4.11.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.cloudfoundry.identity" % "cloudfoundry-identity-api" % "4.11.0"