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