Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.oracle.coherence.ce |
ArtifactId | ArtifactIdcoherence-metrics |
Version | Version20.12.2 |
Type | Typejar |
Filename | Size |
---|---|
coherence-metrics-20.12.2.pom | |
coherence-metrics-20.12.2.jar | 68 KB |
coherence-metrics-20.12.2-sources.jar | 10 KB |
coherence-metrics-20.12.2-javadoc.jar | 424 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-metrics/ -->
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-metrics</artifactId>
<version>20.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-metrics/
implementation 'com.oracle.coherence.ce:coherence-metrics:20.12.2'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-metrics/
implementation ("com.oracle.coherence.ce:coherence-metrics:20.12.2")
'com.oracle.coherence.ce:coherence-metrics:jar:20.12.2'
<dependency org="com.oracle.coherence.ce" name="coherence-metrics" rev="20.12.2">
<artifact name="coherence-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-metrics', version='20.12.2')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-metrics" % "20.12.2"
[com.oracle.coherence.ce/coherence-metrics "20.12.2"]