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