Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.cloudfoundry.identity |
ArtifactId | ArtifactIdcloudfoundry-identity-common |
Last Version | Last Version2.7.4.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
<!-- https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-common/ -->
<dependency>
<groupId>org.cloudfoundry.identity</groupId>
<artifactId>cloudfoundry-identity-common</artifactId>
<version>2.7.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-common/
implementation 'org.cloudfoundry.identity:cloudfoundry-identity-common:2.7.4.9'
// https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-common/
implementation ("org.cloudfoundry.identity:cloudfoundry-identity-common:2.7.4.9")
'org.cloudfoundry.identity:cloudfoundry-identity-common:jar:2.7.4.9'
<dependency org="org.cloudfoundry.identity" name="cloudfoundry-identity-common" rev="2.7.4.9">
<artifact name="cloudfoundry-identity-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudfoundry.identity', module='cloudfoundry-identity-common', version='2.7.4.9')
)
libraryDependencies += "org.cloudfoundry.identity" % "cloudfoundry-identity-common" % "2.7.4.9"
[org.cloudfoundry.identity/cloudfoundry-identity-common "2.7.4.9"]