Download metrics-jdbi-2.1.2.jar file - Jar m

Jar examples for m:metrics-jdbi

Description

A JDBI wrapper providing Metrics instrumentation of query durations and rates.

You can download jar file metrics-jdbi 2.1.2 in this page.

Build File

You can use the following script to add metrics-jdbi-2.1.2.jar to your project.

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

Download

Click the following link to download the jar file.

metrics-jdbi-2.1.2-javadoc.jar
metrics-jdbi-2.1.2-sources.jar
metrics-jdbi-2.1.2.jar
metrics-jdbi-2.1.2.pom



Related Tutorials