o

oracle-tools-coherence

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