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