Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdcustom-metrics |
Version | Version0.5.2 |
Type | Typejar |
Filename | Size |
---|---|
custom-metrics-0.5.2.pom | |
custom-metrics-0.5.2.jar | 16 KB |
custom-metrics-0.5.2-sources.jar | 8 KB |
custom-metrics-0.5.2-javadoc.jar | 340 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/custom-metrics/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>custom-metrics</artifactId>
<version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/custom-metrics/
implementation 'com.spotify:custom-metrics:0.5.2'
// https://jarcasting.com/artifacts/com.spotify/custom-metrics/
implementation ("com.spotify:custom-metrics:0.5.2")
'com.spotify:custom-metrics:jar:0.5.2'
<dependency org="com.spotify" name="custom-metrics" rev="0.5.2">
<artifact name="custom-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='custom-metrics', version='0.5.2')
)
libraryDependencies += "com.spotify" % "custom-metrics" % "0.5.2"
[com.spotify/custom-metrics "0.5.2"]