MVN

org.apache.phoenix : presto-hbase-testing-util-shaded

Maven & Gradle

Jan 18, 2019

Presto HBase Testing Util Shaded · Shaded version of Apache HBase - Testing Util

<dependency>
    <groupId>org.apache.phoenix</groupId>
    <artifactId>presto-hbase-testing-util-shaded</artifactId>
    <version>4.14.1-HBase-1.4-PPS-0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.phoenix : presto-hbase-testing-util-shaded to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.14.1-HBase-1.4-PPS-0.2

All Versions

Choose a version of org.apache.phoenix : presto-hbase-testing-util-shaded to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.14.x
presto-hbase-testing-util-shaded-4.14.1-HBase-1.4-PPS-0.2
presto-hbase-testing-util-shaded-4.14.1-HBase-1.4-PPS-0.1
presto-hbase-testing-util-shaded-4.14.1-HBase-1.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.phoenix</groupId>
    <artifactId>presto-hbase-testing-util-shaded</artifactId>
    <version>4.14.1-HBase-1.4-PPS-0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.phoenix : presto-hbase-testing-util-shaded gradle dependency to your build.gradle file:

implementation 'org.apache.phoenix:presto-hbase-testing-util-shaded:4.14.1-HBase-1.4-PPS-0.2'

Gradle Kotlin DSL: Add the following org.apache.phoenix : presto-hbase-testing-util-shaded gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.phoenix:presto-hbase-testing-util-shaded:4.14.1-HBase-1.4-PPS-0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.phoenix : presto-hbase-testing-util-shaded sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.phoenix" % "presto-hbase-testing-util-shaded" % "4.14.1-HBase-1.4-PPS-0.2"

Advertisement