Download client-java-0.2.jar file - Jar c

Jar examples for c:client-java

Description

Client to send metrics over HTTP, HTTPS or UDP to Statful.

You can download jar file client-java 0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add client-java-0.2.jar to your project.

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

Download

Click the following link to download the jar file.

client-java-0.2-javadoc.jar
client-java-0.2-sources.jar
client-java-0.2.jar
client-java-0.2.pom



Related Tutorials