Categories |
CategoriesApollo Container Microservices Metrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdapollo-metrics |
Version | Version1.17.11 |
Type | Typejar |
Filename | Size |
---|---|
apollo-metrics-1.17.11.pom | |
apollo-metrics-1.17.11.jar | 39 KB |
apollo-metrics-1.17.11-sources.jar | 26 KB |
apollo-metrics-1.17.11-javadoc.jar | 182 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/apollo-metrics/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-metrics</artifactId>
<version>1.17.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/apollo-metrics/
implementation 'com.spotify:apollo-metrics:1.17.11'
// https://jarcasting.com/artifacts/com.spotify/apollo-metrics/
implementation ("com.spotify:apollo-metrics:1.17.11")
'com.spotify:apollo-metrics:jar:1.17.11'
<dependency org="com.spotify" name="apollo-metrics" rev="1.17.11">
<artifact name="apollo-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='apollo-metrics', version='1.17.11')
)
libraryDependencies += "com.spotify" % "apollo-metrics" % "1.17.11"
[com.spotify/apollo-metrics "1.17.11"]