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