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