is not current version
Last Version 2.0.0-RC9

com.oracle.tools:oracle-tools 2.0.0-RC3

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.

GroupId

GroupId

com.oracle.tools
ArtifactId

ArtifactId

oracle-tools
Version

Version

2.0.0-RC3
Type

Type

pom

Download oracle-tools 2.0.0-RC3

Filename Size
oracle-tools-2.0.0-RC3.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/com.oracle.tools/oracle-tools/ -->
<dependency>
    <groupId>com.oracle.tools</groupId>
    <artifactId>oracle-tools</artifactId>
    <version>2.0.0-RC3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.tools/oracle-tools/
implementation 'com.oracle.tools:oracle-tools:2.0.0-RC3'
// https://jarcasting.com/artifacts/com.oracle.tools/oracle-tools/
implementation ("com.oracle.tools:oracle-tools:2.0.0-RC3")
'com.oracle.tools:oracle-tools:pom:2.0.0-RC3'
<dependency org="com.oracle.tools" name="oracle-tools" rev="2.0.0-RC3">
  <artifact name="oracle-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.oracle.tools', module='oracle-tools', version='2.0.0-RC3')
)
libraryDependencies += "com.oracle.tools" % "oracle-tools" % "2.0.0-RC3"
[com.oracle.tools/oracle-tools "2.0.0-RC3"]