Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.femtoframework.coin |
ArtifactId | ArtifactIdcoin-metrics |
Version | Version7.1.0 |
Type | Typejar |
Filename | Size |
---|---|
coin-metrics-7.1.0.pom | |
coin-metrics-7.1.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.femtoframework.coin/coin-metrics/ -->
<dependency>
<groupId>org.femtoframework.coin</groupId>
<artifactId>coin-metrics</artifactId>
<version>7.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.femtoframework.coin/coin-metrics/
implementation 'org.femtoframework.coin:coin-metrics:7.1.0'
// https://jarcasting.com/artifacts/org.femtoframework.coin/coin-metrics/
implementation ("org.femtoframework.coin:coin-metrics:7.1.0")
'org.femtoframework.coin:coin-metrics:jar:7.1.0'
<dependency org="org.femtoframework.coin" name="coin-metrics" rev="7.1.0">
<artifact name="coin-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.femtoframework.coin', module='coin-metrics', version='7.1.0')
)
libraryDependencies += "org.femtoframework.coin" % "coin-metrics" % "7.1.0"
[org.femtoframework.coin/coin-metrics "7.1.0"]