MVN

org.apache.phoenix : presto-phoenix-client-shaded

Maven & Gradle

Jan 29, 2019

Presto Apache Phoenix Client Shaded · Shaded version of Apache Phoenix Client for Presto

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
4.14.x
presto-phoenix-client-shaded-4.14.1-HBase-1.4-PPS-0.3
presto-phoenix-client-shaded-4.14.1-HBase-1.4-PPS-0.2
presto-phoenix-client-shaded-4.14.1-HBase-1.4-PPS-0.1
presto-phoenix-client-shaded-4.14.1-HBase-1.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.phoenix</groupId>
    <artifactId>presto-phoenix-client-shaded</artifactId>
    <version>4.14.1-HBase-1.4-PPS-0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.phoenix:presto-phoenix-client-shaded:4.14.1-HBase-1.4-PPS-0.3'

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

implementation("org.apache.phoenix:presto-phoenix-client-shaded:4.14.1-HBase-1.4-PPS-0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.phoenix" % "presto-phoenix-client-shaded" % "4.14.1-HBase-1.4-PPS-0.3"