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