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