o

oracle-tools-coherence

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