Last Version

BOSH Java Client 0.9.0

A Java client for the BOSH Director API.

License

License

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

io.bosh.client
ArtifactId

ArtifactId

bosh-java-client
Version

Version

0.9.0
Type

Type

jar
Description

Description

BOSH Java Client
A Java client for the BOSH Director API.
Project URL

Project URL

https://github.com/davidehringer/bosh-java-client
Project Organization

Project Organization

Cloud Foundry Community
Source Code Management

Source Code Management

https://github.com/davidehringer/bosh-java-client.git

Download bosh-java-client 0.9.0


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

Dependencies

compile (6)

Group / Artifact Type Version
io.reactivex : rxjava jar 1.0.14
org.springframework : spring-web jar
com.fasterxml.jackson.core : jackson-databind jar
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar
org.apache.httpcomponents : httpclient jar
org.slf4j : slf4j-api jar

test (6)

Group / Artifact Type Version
junit : junit jar
org.hamcrest : hamcrest-all jar 1.3
com.jayway.jsonpath : json-path jar
org.springframework : spring-test jar
commons-io : commons-io jar 2.4
ch.qos.logback : logback-classic jar

Project Modules

There are no modules declared in this project.