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