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