is not current version
Last Version 5.8.0.RELEASE

org.cloudfoundry:cloudfoundry-java-client 3.6.0.RELEASE


Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

org.cloudfoundry
ArtifactId

ArtifactId

cloudfoundry-java-client
Version

Version

3.6.0.RELEASE
Type

Type

pom

Download cloudfoundry-java-client 3.6.0.RELEASE


<!-- https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-java-client/ -->
<dependency>
    <groupId>org.cloudfoundry</groupId>
    <artifactId>cloudfoundry-java-client</artifactId>
    <version>3.6.0.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-java-client/
implementation 'org.cloudfoundry:cloudfoundry-java-client:3.6.0.RELEASE'
// https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-java-client/
implementation ("org.cloudfoundry:cloudfoundry-java-client:3.6.0.RELEASE")
'org.cloudfoundry:cloudfoundry-java-client:pom:3.6.0.RELEASE'
<dependency org="org.cloudfoundry" name="cloudfoundry-java-client" rev="3.6.0.RELEASE">
  <artifact name="cloudfoundry-java-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cloudfoundry', module='cloudfoundry-java-client', version='3.6.0.RELEASE')
)
libraryDependencies += "org.cloudfoundry" % "cloudfoundry-java-client" % "3.6.0.RELEASE"
[org.cloudfoundry/cloudfoundry-java-client "3.6.0.RELEASE"]