Last Version

Cloud Foundry Java Client Parent 5.8.0.RELEASE

A Java language binding for interacting with a Cloud Foundry instance

License

License

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

org.cloudfoundry
ArtifactId

ArtifactId

cloudfoundry-java-client
Version

Version

5.8.0.RELEASE
Type

Type

pom
Description

Description

Cloud Foundry Java Client Parent
A Java language binding for interacting with a Cloud Foundry instance
Project URL

Project URL

https://github.com/cloudfoundry/cf-java-client
Source Code Management

Source Code Management

https://github.com/cloudfoundry/cf-java-client

Download cloudfoundry-java-client 5.8.0.RELEASE


<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • cloudfoundry-client
  • cloudfoundry-client-reactor
  • cloudfoundry-operations
  • cloudfoundry-util