Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.oracle.coherence.ce |
ArtifactId | ArtifactIdcoherence-metrics |
Version | Version14.1.1-0-9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-metrics/ -->
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-metrics</artifactId>
<version>14.1.1-0-9</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-metrics/
implementation 'com.oracle.coherence.ce:coherence-metrics:14.1.1-0-9'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-metrics/
implementation ("com.oracle.coherence.ce:coherence-metrics:14.1.1-0-9")
'com.oracle.coherence.ce:coherence-metrics:jar:14.1.1-0-9'
<dependency org="com.oracle.coherence.ce" name="coherence-metrics" rev="14.1.1-0-9">
<artifact name="coherence-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-metrics', version='14.1.1-0-9')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-metrics" % "14.1.1-0-9"
[com.oracle.coherence.ce/coherence-metrics "14.1.1-0-9"]