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