is not current version
Last Version 4.11.0

org.cloudfoundry.identity:cloudfoundry-identity-api 3.7.3

Cloud Foundry User Account and Authentication

Categories

Categories

IDE Development Tools
GroupId

GroupId

org.cloudfoundry.identity
ArtifactId

ArtifactId

cloudfoundry-identity-api
Version

Version

3.7.3
Type

Type

war

Download cloudfoundry-identity-api 3.7.3


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