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)
文件下载
文件名 操作
oracle-tools-2.0.0-RC2.pom 下载
Apache Maven
<dependency>
  <groupId>com.oracle.tools</groupId>
  <artifactId>oracle-tools</artifactId>
  <version>2.0.0-RC2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.oracle.tools:oracle-tools:2.0.0-RC2'
Gradle Kotlin
implementation("com.oracle.tools:oracle-tools:2.0.0-RC2")
Scala SBT
libraryDependencies += "com.oracle.tools" % "oracle-tools" % "2.0.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.tools', module='oracle-tools', version='2.0.0-RC2')
)
Apache Ivy
<dependency org="com.oracle.tools" name="oracle-tools" rev="2.0.0-RC2" />
Leiningen
[com.oracle.tools/oracle-tools "2.0.0-RC2"]
Apache Buildr
'com.oracle.tools:oracle-tools:jar:2.0.0-RC2'