o

oracle-tools

A set of open source runtime tools and utilities for use with products developed by, with or in part Oracle Corporation. Developed as part of the Oracle Coherence Community, though Oracle Coherence is not really required.
http://java.net/projects/oracletools
Common Development and Distribution License 1.0 ("CDDL")
Brian Oliver Jonathan Knight (aka: Gridman)
Files download
File Operation
oracle-tools-1.2.1.pom download
Apache Maven
<dependency>
  <groupId>com.oracle.tools</groupId>
  <artifactId>oracle-tools</artifactId>
  <version>1.2.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.oracle.tools:oracle-tools:1.2.1'
Gradle Kotlin
implementation("com.oracle.tools:oracle-tools:1.2.1")
Scala SBT
libraryDependencies += "com.oracle.tools" % "oracle-tools" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.tools', module='oracle-tools', version='1.2.1')
)
Apache Ivy
<dependency org="com.oracle.tools" name="oracle-tools" rev="1.2.1" />
Leiningen
[com.oracle.tools/oracle-tools "1.2.1"]
Apache Buildr
'com.oracle.tools:oracle-tools:jar:1.2.1'