is not current version
Last Version 4.11.0

org.cloudfoundry.identity:cloudfoundry-identity-api 2.2.5

Cloud Foundry User Account and Authentication

Categories

Categories

IDE Development Tools
GroupId

GroupId

org.cloudfoundry.identity
ArtifactId

ArtifactId

cloudfoundry-identity-api
Version

Version

2.2.5
Type

Type

war

Download cloudfoundry-identity-api 2.2.5


<!-- https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-api/ -->
<dependency>
    <groupId>org.cloudfoundry.identity</groupId>
    <artifactId>cloudfoundry-identity-api</artifactId>
    <version>2.2.5</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-api/
implementation 'org.cloudfoundry.identity:cloudfoundry-identity-api:2.2.5'
// https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-api/
implementation ("org.cloudfoundry.identity:cloudfoundry-identity-api:2.2.5")
'org.cloudfoundry.identity:cloudfoundry-identity-api:war:2.2.5'
<dependency org="org.cloudfoundry.identity" name="cloudfoundry-identity-api" rev="2.2.5">
  <artifact name="cloudfoundry-identity-api" type="war" />
</dependency>
@Grapes(
@Grab(group='org.cloudfoundry.identity', module='cloudfoundry-identity-api', version='2.2.5')
)
libraryDependencies += "org.cloudfoundry.identity" % "cloudfoundry-identity-api" % "2.2.5"
[org.cloudfoundry.identity/cloudfoundry-identity-api "2.2.5"]