Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.nike.riposte |
ArtifactId | ArtifactIdriposte-metrics-codahale |
Version | Version0.19.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.nike.riposte/riposte-metrics-codahale/ -->
<dependency>
<groupId>com.nike.riposte</groupId>
<artifactId>riposte-metrics-codahale</artifactId>
<version>0.19.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nike.riposte/riposte-metrics-codahale/
implementation 'com.nike.riposte:riposte-metrics-codahale:0.19.1'
// https://jarcasting.com/artifacts/com.nike.riposte/riposte-metrics-codahale/
implementation ("com.nike.riposte:riposte-metrics-codahale:0.19.1")
'com.nike.riposte:riposte-metrics-codahale:jar:0.19.1'
<dependency org="com.nike.riposte" name="riposte-metrics-codahale" rev="0.19.1">
<artifact name="riposte-metrics-codahale" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nike.riposte', module='riposte-metrics-codahale', version='0.19.1')
)
libraryDependencies += "com.nike.riposte" % "riposte-metrics-codahale" % "0.19.1"
[com.nike.riposte/riposte-metrics-codahale "0.19.1"]