Download metrics-client-0.4.5.jar file - Jar m

Jar examples for m:metrics-client

Description

Client library in Java for metrics collection and publication.

You can download jar file metrics-client 0.4.5 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add metrics-client-0.4.5.jar to your project.

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

Download

Click the following link to download the jar file.

metrics-client-0.4.5-javadoc.jar
metrics-client-0.4.5-sources.jar
metrics-client-0.4.5.jar
metrics-client-0.4.5.pom



Related Tutorials