文件下载
文件名 操作
coherence-rest-23.09.1.jar 下载
coherence-rest-23.09.1.pom 下载
coherence-rest-23.09.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.oracle.coherence.ce</groupId>
  <artifactId>coherence-rest</artifactId>
  <version>23.09.1</version>
</dependency>
Gradle Groovy
implementation 'com.oracle.coherence.ce:coherence-rest:23.09.1'
Gradle Kotlin
implementation("com.oracle.coherence.ce:coherence-rest:23.09.1")
Scala SBT
libraryDependencies += "com.oracle.coherence.ce" % "coherence-rest" % "23.09.1"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.coherence.ce', module='coherence-rest', version='23.09.1')
)
Apache Ivy
<dependency org="com.oracle.coherence.ce" name="coherence-rest" rev="23.09.1" />
Leiningen
[com.oracle.coherence.ce/coherence-rest "23.09.1"]
Apache Buildr
'com.oracle.coherence.ce:coherence-rest:jar:23.09.1'