Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.xbib |
ArtifactId | ArtifactIdmetrics-common |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
metrics-common-2.0.0.pom | |
metrics-common-2.0.0.jar | 26 KB |
metrics-common-2.0.0-sources.jar | 15 KB |
metrics-common-2.0.0-javadoc.jar | 433 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xbib/metrics-common/ -->
<dependency>
<groupId>org.xbib</groupId>
<artifactId>metrics-common</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/metrics-common/
implementation 'org.xbib:metrics-common:2.0.0'
// https://jarcasting.com/artifacts/org.xbib/metrics-common/
implementation ("org.xbib:metrics-common:2.0.0")
'org.xbib:metrics-common:jar:2.0.0'
<dependency org="org.xbib" name="metrics-common" rev="2.0.0">
<artifact name="metrics-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='metrics-common', version='2.0.0')
)
libraryDependencies += "org.xbib" % "metrics-common" % "2.0.0"
[org.xbib/metrics-common "2.0.0"]