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

License

The MIT License (MIT)

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials