Download metrics-client-0.4.3.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.3 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials