MVN

za.co.absa.hyperdrive : testutils

Maven & Gradle

Jun 09, 2020
3 usages
<dependency>
    <groupId>za.co.absa.hyperdrive</groupId>
    <artifactId>testutils</artifactId>
    <version>3.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.2.2

All Versions

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

Version Vulnerabilities Updated
3.2.x
testutils-3.2.2

How to add a dependency to Maven

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

<dependency>
    <groupId>za.co.absa.hyperdrive</groupId>
    <artifactId>testutils</artifactId>
    <version>3.2.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'za.co.absa.hyperdrive:testutils:3.2.2'

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

implementation("za.co.absa.hyperdrive:testutils:3.2.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "za.co.absa.hyperdrive" % "testutils" % "3.2.2"

Advertisement