Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.rhq.metrics |
ArtifactId | ArtifactIdrhq-metrics-rest-test |
Version | Version0.2.1.20140710-M2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.rhq.metrics/rhq-metrics-rest-test/ -->
<dependency>
<groupId>org.rhq.metrics</groupId>
<artifactId>rhq-metrics-rest-test</artifactId>
<version>0.2.1.20140710-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.rhq.metrics/rhq-metrics-rest-test/
implementation 'org.rhq.metrics:rhq-metrics-rest-test:0.2.1.20140710-M2'
// https://jarcasting.com/artifacts/org.rhq.metrics/rhq-metrics-rest-test/
implementation ("org.rhq.metrics:rhq-metrics-rest-test:0.2.1.20140710-M2")
'org.rhq.metrics:rhq-metrics-rest-test:jar:0.2.1.20140710-M2'
<dependency org="org.rhq.metrics" name="rhq-metrics-rest-test" rev="0.2.1.20140710-M2">
<artifact name="rhq-metrics-rest-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rhq.metrics', module='rhq-metrics-rest-test', version='0.2.1.20140710-M2')
)
libraryDependencies += "org.rhq.metrics" % "rhq-metrics-rest-test" % "0.2.1.20140710-M2"
[org.rhq.metrics/rhq-metrics-rest-test "0.2.1.20140710-M2"]