Download java-statsd-client-2.0.0.jar file - Jar j

Jar examples for j:java-statsd-client

Description

A tiny library allowing Java applications to communicate with statsd instances easily.

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

License

The MIT License (MIT)

Build File

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

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

Download

Click the following link to download the jar file.

java-statsd-client-2.0.0-javadoc.jar
java-statsd-client-2.0.0-sources.jar
java-statsd-client-2.0.0.jar
java-statsd-client-2.0.0.pom



Related Tutorials