License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdorg.cloudfoundry |
ArtifactId | ArtifactIdcloudfoundry-java-client |
Last Version | Last Version5.8.0.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCloud Foundry Java Client Parent
A Java language binding for interacting with a Cloud Foundry instance
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cloudfoundry-java-client-5.8.0.RELEASE.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-java-client/ -->
<dependency>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<version>5.8.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-java-client/
implementation 'org.cloudfoundry:cloudfoundry-java-client:5.8.0.RELEASE'
// https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-java-client/
implementation ("org.cloudfoundry:cloudfoundry-java-client:5.8.0.RELEASE")
'org.cloudfoundry:cloudfoundry-java-client:pom:5.8.0.RELEASE'
<dependency org="org.cloudfoundry" name="cloudfoundry-java-client" rev="5.8.0.RELEASE">
<artifact name="cloudfoundry-java-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cloudfoundry', module='cloudfoundry-java-client', version='5.8.0.RELEASE')
)
libraryDependencies += "org.cloudfoundry" % "cloudfoundry-java-client" % "5.8.0.RELEASE"
[org.cloudfoundry/cloudfoundry-java-client "5.8.0.RELEASE"]