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