MVN

za.co.absa : atum_2.12

Maven & Gradle

Dec 07, 2022
2 usages
29 stars

atum · Dynamic data completeness and accuracy at enterprise scale in Apache Spark

<dependency>
    <groupId>za.co.absa</groupId>
    <artifactId>atum_2.12</artifactId>
    <version>3.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of za.co.absa : atum_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.9.0

All Versions

Choose a version of za.co.absa : atum_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.9.x
atum_2.12-3.9.0
3.8.x
atum_2.12-3.8.3
atum_2.12-3.8.2
atum_2.12-3.8.1
atum_2.12-3.8.0
3.7.x
atum_2.12-3.7.0
3.6.x
atum_2.12-3.6.0
3.5.x
atum_2.12-3.5.1
atum_2.12-3.5.0
3.4.x
atum_2.12-3.4.1
atum_2.12-3.4.0
3.3.x
atum_2.12-3.3.0
3.2.x
atum_2.12-3.2.0

How to add a dependency to Maven

Add the following za.co.absa : atum_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>za.co.absa</groupId>
    <artifactId>atum_2.12</artifactId>
    <version>3.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following za.co.absa : atum_2.12 gradle dependency to your build.gradle file:

implementation 'za.co.absa:atum_2.12:3.9.0'

Gradle Kotlin DSL: Add the following za.co.absa : atum_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("za.co.absa:atum_2.12:3.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following za.co.absa : atum_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "za.co.absa" % "atum_2.12" % "3.9.0"

Advertisement