Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.cloudfoundry.identity |
ArtifactId | ArtifactIdcloudfoundry-identity-parent |
Version | Version4.7.5 |
Type | Typejar |
Filename | Size |
---|---|
cloudfoundry-identity-parent-4.7.5.pom | |
cloudfoundry-identity-parent-4.7.5.jar | 261 bytes |
cloudfoundry-identity-parent-4.7.5-sources.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-parent/ -->
<dependency>
<groupId>org.cloudfoundry.identity</groupId>
<artifactId>cloudfoundry-identity-parent</artifactId>
<version>4.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-parent/
implementation 'org.cloudfoundry.identity:cloudfoundry-identity-parent:4.7.5'
// https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-parent/
implementation ("org.cloudfoundry.identity:cloudfoundry-identity-parent:4.7.5")
'org.cloudfoundry.identity:cloudfoundry-identity-parent:jar:4.7.5'
<dependency org="org.cloudfoundry.identity" name="cloudfoundry-identity-parent" rev="4.7.5">
<artifact name="cloudfoundry-identity-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudfoundry.identity', module='cloudfoundry-identity-parent', version='4.7.5')
)
libraryDependencies += "org.cloudfoundry.identity" % "cloudfoundry-identity-parent" % "4.7.5"
[org.cloudfoundry.identity/cloudfoundry-identity-parent "4.7.5"]