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