Download java-statsd-client-3.0.2.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 3.0.2 in this page.

License

The MIT License (MIT)

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials