Categories |
CategoriesCLI User Interface Metrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.hawkular.metrics |
ArtifactId | ArtifactIdclients-common |
Version | Version0.3.2 |
Type | Typejar |
Filename | Size |
---|---|
clients-common-0.3.2.pom | |
clients-common-0.3.2.jar | 7 KB |
clients-common-0.3.2-sources.jar | 5 KB |
clients-common-0.3.2-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hawkular.metrics/clients-common/ -->
<dependency>
<groupId>org.hawkular.metrics</groupId>
<artifactId>clients-common</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.hawkular.metrics/clients-common/
implementation 'org.hawkular.metrics:clients-common:0.3.2'
// https://jarcasting.com/artifacts/org.hawkular.metrics/clients-common/
implementation ("org.hawkular.metrics:clients-common:0.3.2")
'org.hawkular.metrics:clients-common:jar:0.3.2'
<dependency org="org.hawkular.metrics" name="clients-common" rev="0.3.2">
<artifact name="clients-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hawkular.metrics', module='clients-common', version='0.3.2')
)
libraryDependencies += "org.hawkular.metrics" % "clients-common" % "0.3.2"
[org.hawkular.metrics/clients-common "0.3.2"]