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