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