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