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