Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.rhq.metrics |
ArtifactId | ArtifactIdexplorer |
Version | Version0.2.5 |
Type | Typewar |
Filename | Size |
---|---|
explorer-0.2.5.pom | |
explorer-0.2.5.war | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.rhq.metrics/explorer/ -->
<dependency>
<groupId>org.rhq.metrics</groupId>
<artifactId>explorer</artifactId>
<version>0.2.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.rhq.metrics/explorer/
implementation 'org.rhq.metrics:explorer:0.2.5'
// https://jarcasting.com/artifacts/org.rhq.metrics/explorer/
implementation ("org.rhq.metrics:explorer:0.2.5")
'org.rhq.metrics:explorer:war:0.2.5'
<dependency org="org.rhq.metrics" name="explorer" rev="0.2.5">
<artifact name="explorer" type="war" />
</dependency>
@Grapes(
@Grab(group='org.rhq.metrics', module='explorer', version='0.2.5')
)
libraryDependencies += "org.rhq.metrics" % "explorer" % "0.2.5"
[org.rhq.metrics/explorer "0.2.5"]