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