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