Categories |
CategoriesCLI User Interface Metrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.rhq.metrics |
ArtifactId | ArtifactIdclients |
Version | Version0.1.0.20140602-M1 |
Type | Typepom |
Filename | Size |
---|---|
clients-0.1.0.20140602-M1.pom | 585 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.rhq.metrics/clients/ -->
<dependency>
<groupId>org.rhq.metrics</groupId>
<artifactId>clients</artifactId>
<version>0.1.0.20140602-M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.rhq.metrics/clients/
implementation 'org.rhq.metrics:clients:0.1.0.20140602-M1'
// https://jarcasting.com/artifacts/org.rhq.metrics/clients/
implementation ("org.rhq.metrics:clients:0.1.0.20140602-M1")
'org.rhq.metrics:clients:pom:0.1.0.20140602-M1'
<dependency org="org.rhq.metrics" name="clients" rev="0.1.0.20140602-M1">
<artifact name="clients" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.rhq.metrics', module='clients', version='0.1.0.20140602-M1')
)
libraryDependencies += "org.rhq.metrics" % "clients" % "0.1.0.20140602-M1"
[org.rhq.metrics/clients "0.1.0.20140602-M1"]