Download cloudfoundry-client-lib-1.1.1.jar file - Jar c

Jar examples for c:cloudfoundry-client-lib

Description

A Cloud Foundry client library for Java

You can download jar file cloudfoundry-client-lib 1.1.1 in this page.

License

Apache 2.0 License

Build File

You can use the following script to add cloudfoundry-client-lib-1.1.1.jar to your project.

<dependency>
   <groupId>org.cloudfoundry</groupId>
   <artifactId>cloudfoundry-client-lib</artifactId>
   <version>1.1.1</version>
</dependency>
compile group: 'org.cloudfoundry', name: 'cloudfoundry-client-lib', version: '1.1.1'
libraryDependencies += "org.cloudfoundry" % "cloudfoundry-client-lib" % "1.1.1"
<dependency org="org.cloudfoundry" name="cloudfoundry-client-lib" rev="1.1.1"/>
@Grapes(@Grab(group='org.cloudfoundry', module='cloudfoundry-client-lib', version='1.1.1'))
'org.cloudfoundry:cloudfoundry-client-lib:jar:1.1.1'

Download

Click the following link to download the jar file.

cloudfoundry-client-lib-1.1.1-javadoc.jar
cloudfoundry-client-lib-1.1.1-sources.jar
cloudfoundry-client-lib-1.1.1.jar
cloudfoundry-client-lib-1.1.1.pom



Related Tutorials