Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.oracle.coherence.ce |
ArtifactId | ArtifactIdcoherence-metrics |
Version | Version20.06.1 |
Type | Typejar |
Filename | Size |
---|---|
coherence-metrics-20.06.1.pom | |
coherence-metrics-20.06.1.jar | 67 KB |
coherence-metrics-20.06.1-sources.jar | 10 KB |
coherence-metrics-20.06.1-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.06.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-metrics/
implementation 'com.oracle.coherence.ce:coherence-metrics:20.06.1'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-metrics/
implementation ("com.oracle.coherence.ce:coherence-metrics:20.06.1")
'com.oracle.coherence.ce:coherence-metrics:jar:20.06.1'
<dependency org="com.oracle.coherence.ce" name="coherence-metrics" rev="20.06.1">
<artifact name="coherence-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-metrics', version='20.06.1')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-metrics" % "20.06.1"
[com.oracle.coherence.ce/coherence-metrics "20.06.1"]