Files download
File Operation
coherence-rest-21.06.jar download
coherence-rest-21.06.pom download
coherence-rest-21.06-sources.jar download
Apache Maven
<dependency>
  <groupId>com.oracle.coherence.ce</groupId>
  <artifactId>coherence-rest</artifactId>
  <version>21.06</version>
</dependency>
Gradle Groovy
implementation 'com.oracle.coherence.ce:coherence-rest:21.06'
Gradle Kotlin
implementation("com.oracle.coherence.ce:coherence-rest:21.06")
Scala SBT
libraryDependencies += "com.oracle.coherence.ce" % "coherence-rest" % "21.06"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.coherence.ce', module='coherence-rest', version='21.06')
)
Apache Ivy
<dependency org="com.oracle.coherence.ce" name="coherence-rest" rev="21.06" />
Leiningen
[com.oracle.coherence.ce/coherence-rest "21.06"]
Apache Buildr
'com.oracle.coherence.ce:coherence-rest:jar:21.06'