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