Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.cloudfoundry.identity |
ArtifactId | ArtifactIdcloudfoundry-identity-uaa |
Version | Version2.5.2 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-uaa/ -->
<dependency>
<groupId>org.cloudfoundry.identity</groupId>
<artifactId>cloudfoundry-identity-uaa</artifactId>
<version>2.5.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-uaa/
implementation 'org.cloudfoundry.identity:cloudfoundry-identity-uaa:2.5.2'
// https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-uaa/
implementation ("org.cloudfoundry.identity:cloudfoundry-identity-uaa:2.5.2")
'org.cloudfoundry.identity:cloudfoundry-identity-uaa:war:2.5.2'
<dependency org="org.cloudfoundry.identity" name="cloudfoundry-identity-uaa" rev="2.5.2">
<artifact name="cloudfoundry-identity-uaa" type="war" />
</dependency>
@Grapes(
@Grab(group='org.cloudfoundry.identity', module='cloudfoundry-identity-uaa', version='2.5.2')
)
libraryDependencies += "org.cloudfoundry.identity" % "cloudfoundry-identity-uaa" % "2.5.2"
[org.cloudfoundry.identity/cloudfoundry-identity-uaa "2.5.2"]