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