Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.cloudfoundry.identity |
ArtifactId | ArtifactIdcloudfoundry-identity-parent |
Version | Version1.4.3 |
Type | Typepom |
Filename | Size |
---|---|
cloudfoundry-identity-parent-1.4.3.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-parent/ -->
<dependency>
<groupId>org.cloudfoundry.identity</groupId>
<artifactId>cloudfoundry-identity-parent</artifactId>
<version>1.4.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-parent/
implementation 'org.cloudfoundry.identity:cloudfoundry-identity-parent:1.4.3'
// https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-parent/
implementation ("org.cloudfoundry.identity:cloudfoundry-identity-parent:1.4.3")
'org.cloudfoundry.identity:cloudfoundry-identity-parent:pom:1.4.3'
<dependency org="org.cloudfoundry.identity" name="cloudfoundry-identity-parent" rev="1.4.3">
<artifact name="cloudfoundry-identity-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cloudfoundry.identity', module='cloudfoundry-identity-parent', version='1.4.3')
)
libraryDependencies += "org.cloudfoundry.identity" % "cloudfoundry-identity-parent" % "1.4.3"
[org.cloudfoundry.identity/cloudfoundry-identity-parent "1.4.3"]