MVN

ch.cern.hbase : hbase-shaded-testing-util

Maven & Gradle

Nov 09, 2020
4 usages

Apache HBase - Shaded - Testing Util

<dependency>
    <groupId>ch.cern.hbase</groupId>
    <artifactId>hbase-shaded-testing-util</artifactId>
    <version>2.2.4_1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.cern.hbase : hbase-shaded-testing-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.4_1

All Versions

Choose a version of ch.cern.hbase : hbase-shaded-testing-util to add to Maven or Gradle - All Versions:

  • Version Updated
  • hbase-shaded-testing-util-2.2.4_1

    Nov 09, 2020
  • hbase-shaded-testing-util-2.2.4

    Nov 04, 2020

How to add a dependency to Maven

Add the following ch.cern.hbase : hbase-shaded-testing-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.cern.hbase</groupId>
    <artifactId>hbase-shaded-testing-util</artifactId>
    <version>2.2.4_1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.cern.hbase : hbase-shaded-testing-util gradle dependency to your build.gradle file:

implementation 'ch.cern.hbase:hbase-shaded-testing-util:2.2.4_1'

Gradle Kotlin DSL: Add the following ch.cern.hbase : hbase-shaded-testing-util gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.cern.hbase:hbase-shaded-testing-util:2.2.4_1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.cern.hbase : hbase-shaded-testing-util sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.cern.hbase" % "hbase-shaded-testing-util" % "2.2.4_1"