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