License |
License |
---|---|
Categories |
CategoriesJDBI Data Databases Metrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdcom.ning.jdbi |
ArtifactId | ArtifactIdjdbi-metrics |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjdbi-metrics
jDBI instrumentation via the metrics library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jdbi-metrics-1.0.1.pom | |
jdbi-metrics-1.0.1.jar | 20 KB |
jdbi-metrics-1.0.1-sources.jar | 7 KB |
jdbi-metrics-1.0.1-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ning.jdbi/jdbi-metrics/ -->
<dependency>
<groupId>com.ning.jdbi</groupId>
<artifactId>jdbi-metrics</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ning.jdbi/jdbi-metrics/
implementation 'com.ning.jdbi:jdbi-metrics:1.0.1'
// https://jarcasting.com/artifacts/com.ning.jdbi/jdbi-metrics/
implementation ("com.ning.jdbi:jdbi-metrics:1.0.1")
'com.ning.jdbi:jdbi-metrics:jar:1.0.1'
<dependency org="com.ning.jdbi" name="jdbi-metrics" rev="1.0.1">
<artifact name="jdbi-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ning.jdbi', module='jdbi-metrics', version='1.0.1')
)
libraryDependencies += "com.ning.jdbi" % "jdbi-metrics" % "1.0.1"
[com.ning.jdbi/jdbi-metrics "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jdbi : jdbi | jar | 2.16 |
com.yammer.metrics : metrics-core | jar | 2.0.0-BETA15 |
com.google.inject : guice Optional | jar | 3.0 |