Categories |
CategoriesAnt Build Tools Metrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.spotify.metrics |
ArtifactId | ArtifactIdsemantic-metrics-remote |
Version | Version0.11.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.spotify.metrics/semantic-metrics-remote/ -->
<dependency>
<groupId>com.spotify.metrics</groupId>
<artifactId>semantic-metrics-remote</artifactId>
<version>0.11.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify.metrics/semantic-metrics-remote/
implementation 'com.spotify.metrics:semantic-metrics-remote:0.11.2'
// https://jarcasting.com/artifacts/com.spotify.metrics/semantic-metrics-remote/
implementation ("com.spotify.metrics:semantic-metrics-remote:0.11.2")
'com.spotify.metrics:semantic-metrics-remote:jar:0.11.2'
<dependency org="com.spotify.metrics" name="semantic-metrics-remote" rev="0.11.2">
<artifact name="semantic-metrics-remote" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify.metrics', module='semantic-metrics-remote', version='0.11.2')
)
libraryDependencies += "com.spotify.metrics" % "semantic-metrics-remote" % "0.11.2"
[com.spotify.metrics/semantic-metrics-remote "0.11.2"]