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