MVN

za.co.absa.hyperdrive : shared_2.12

Maven & Gradle

Aug 04, 2022
42 stars
<dependency>
    <groupId>za.co.absa.hyperdrive</groupId>
    <artifactId>shared_2.12</artifactId>
    <version>4.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.7.0

All Versions

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

Version Vulnerabilities Updated
4.7.x
shared_2.12-4.7.0
4.6.x
shared_2.12-4.6.0
4.5.x
shared_2.12-4.5.2
shared_2.12-4.5.1
4.4.x
shared_2.12-4.4.1
shared_2.12-4.4.0
4.3.x
shared_2.12-4.3.0
4.2.x
shared_2.12-4.2.2
shared_2.12-4.2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>za.co.absa.hyperdrive</groupId>
    <artifactId>shared_2.12</artifactId>
    <version>4.7.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'za.co.absa.hyperdrive:shared_2.12:4.7.0'

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

implementation("za.co.absa.hyperdrive:shared_2.12:4.7.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "za.co.absa.hyperdrive" % "shared_2.12" % "4.7.0"

Advertisement