MVN

org.apache.oozie : oozie-core

Maven & Gradle

Feb 26, 2021
35 usages
17 stars

Apache Oozie Core · Apache Oozie Core

<dependency>
    <groupId>org.apache.oozie</groupId>
    <artifactId>oozie-core</artifactId>
    <version>5.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.oozie : oozie-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.1
  • Latest Beta: 5.0.0-beta1

All Versions

Choose a version of org.apache.oozie : oozie-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • oozie-core-5.2.1

    Feb 26, 2021
  • oozie-core-5.2.0

    Dec 05, 2019
  • oozie-core-5.1.0

    Dec 19, 2018
  • oozie-core-5.0.0

    Apr 06, 2018
  • oozie-core-4.3.1

    Feb 13, 2018
  • oozie-core-5.0.0-beta1

    Jan 24, 2018
  • oozie-core-4.3.0

    Dec 02, 2016
  • oozie-core-4.2.0

    Sep 01, 2015
  • oozie-core-4.1.0

    Dec 22, 2014

How to add a dependency to Maven

Add the following org.apache.oozie : oozie-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.oozie</groupId>
    <artifactId>oozie-core</artifactId>
    <version>5.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.oozie : oozie-core gradle dependency to your build.gradle file:

implementation 'org.apache.oozie:oozie-core:5.2.1'

Gradle Kotlin DSL: Add the following org.apache.oozie : oozie-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.oozie:oozie-core:5.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.oozie : oozie-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.oozie" % "oozie-core" % "5.2.1"

Advertisement