is not current version
Last Version 5.8.0.RELEASE

org.cloudfoundry:cloudfoundry-client 4.10.0.RELEASE


Categories

Categories

CLI User Interface
GroupId

GroupId

org.cloudfoundry
ArtifactId

ArtifactId

cloudfoundry-client
Version

Version

4.10.0.RELEASE
Type

Type

jar

Download cloudfoundry-client 4.10.0.RELEASE


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