is not current version
Last Version 1.1.3

org.cloudfoundry:cloudfoundry-client-lib 1.0.5

A Cloud Foundry client library for Java

Categories

Categories

CLI User Interface
GroupId

GroupId

org.cloudfoundry
ArtifactId

ArtifactId

cloudfoundry-client-lib
Version

Version

1.0.5
Type

Type

jar

Download cloudfoundry-client-lib 1.0.5


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