MVN

com.oracle.tools : oracle-tools-all

Maven & Gradle

Aug 06, 2015
1 usages
49 stars

Oracle Tools Distribution · The Oracle Tools artifacts as a single distribution.

<dependency>
    <groupId>com.oracle.tools</groupId>
    <artifactId>oracle-tools-all</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oracle.tools : oracle-tools-all to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2
  • Latest Release Candidate: 2.0.0-RC9

All Versions

Choose a version of com.oracle.tools : oracle-tools-all to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
oracle-tools-all-2.0.0-RC9
oracle-tools-all-2.0.0-RC2
oracle-tools-all-2.0.0-RC1
1.2.x
oracle-tools-all-1.2.2
1.1.x
oracle-tools-all-1.1.0
1.0.x
oracle-tools-all-1.0.0

How to add a dependency to Maven

Add the following com.oracle.tools : oracle-tools-all maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.oracle.tools</groupId>
    <artifactId>oracle-tools-all</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oracle.tools : oracle-tools-all gradle dependency to your build.gradle file:

implementation 'com.oracle.tools:oracle-tools-all:1.2.2'

Gradle Kotlin DSL: Add the following com.oracle.tools : oracle-tools-all gradle kotlin dependency to your build.gradle.kts file:

implementation("com.oracle.tools:oracle-tools-all:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oracle.tools : oracle-tools-all sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oracle.tools" % "oracle-tools-all" % "1.2.2"