o

oracle-tools-coherence

A set of tools to manage and control Oracle Coherence processes at runtime.
Files download
File Operation
oracle-tools-coherence-2.0.0-RC3.jar download
oracle-tools-coherence-2.0.0-RC3.pom download
oracle-tools-coherence-2.0.0-RC3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.oracle.tools</groupId>
  <artifactId>oracle-tools-coherence</artifactId>
  <version>2.0.0-RC3</version>
</dependency>
Gradle Groovy
implementation 'com.oracle.tools:oracle-tools-coherence:2.0.0-RC3'
Gradle Kotlin
implementation("com.oracle.tools:oracle-tools-coherence:2.0.0-RC3")
Scala SBT
libraryDependencies += "com.oracle.tools" % "oracle-tools-coherence" % "2.0.0-RC3"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.tools', module='oracle-tools-coherence', version='2.0.0-RC3')
)
Apache Ivy
<dependency org="com.oracle.tools" name="oracle-tools-coherence" rev="2.0.0-RC3" />
Leiningen
[com.oracle.tools/oracle-tools-coherence "2.0.0-RC3"]
Apache Buildr
'com.oracle.tools:oracle-tools-coherence:jar:2.0.0-RC3'