License |
License |
---|---|
Categories |
CategoriesNet Metrics Application Testing & Monitoring Monitoring Networking |
GroupId | GroupIdcom.arpnetworking.metrics.extras |
ArtifactId | ArtifactIdcodahale-extra |
Version | Version0.7.0 |
Type | Typejar |
Description |
DescriptionExtension to metrics-java-client which adapts the client for use in conjunction or in place of the Codahale metrics library.
|
Filename | Size |
---|---|
codahale-extra-0.7.0.pom | |
codahale-extra-0.7.0.jar | 14 KB |
codahale-extra-0.7.0-sources.jar | 8 KB |
codahale-extra-0.7.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.arpnetworking.metrics.extras/codahale-extra/ -->
<dependency>
<groupId>com.arpnetworking.metrics.extras</groupId>
<artifactId>codahale-extra</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.arpnetworking.metrics.extras/codahale-extra/
implementation 'com.arpnetworking.metrics.extras:codahale-extra:0.7.0'
// https://jarcasting.com/artifacts/com.arpnetworking.metrics.extras/codahale-extra/
implementation ("com.arpnetworking.metrics.extras:codahale-extra:0.7.0")
'com.arpnetworking.metrics.extras:codahale-extra:jar:0.7.0'
<dependency org="com.arpnetworking.metrics.extras" name="codahale-extra" rev="0.7.0">
<artifact name="codahale-extra" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arpnetworking.metrics.extras', module='codahale-extra', version='0.7.0')
)
libraryDependencies += "com.arpnetworking.metrics.extras" % "codahale-extra" % "0.7.0"
[com.arpnetworking.metrics.extras/codahale-extra "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard.metrics : metrics-core | jar | 3.1.2 |
com.google.code.findbugs : findbugs-annotations | jar | 3.0.1 |
com.arpnetworking.metrics : metrics-client | jar | 0.7.0 |
com.arpnetworking.metrics.extras : file-sink-extra | jar | 0.7.0 |
Group / Artifact | Type | Version |
---|---|---|
com.arpnetworking.build : build-resources | jar | 1.0.6 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : java-hamcrest | jar | 2.0.0.0 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |