is not current version
Last Version 4.11.0

org.cloudfoundry.identity:cloudfoundry-identity-api 3.6.0

Cloud Foundry User Account and Authentication

Categories

Categories

IDE Development Tools
GroupId

GroupId

org.cloudfoundry.identity
ArtifactId

ArtifactId

cloudfoundry-identity-api
Version

Version

3.6.0
Type

Type

war

Download cloudfoundry-identity-api 3.6.0


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