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