MVN

co.cask.tephra : tephra-hbase-compat-1.1

Maven & Gradle

Apr 26, 2016
6 usages
159 stars

Tephra HBase 1.1 Compatibility

<dependency>
    <groupId>co.cask.tephra</groupId>
    <artifactId>tephra-hbase-compat-1.1</artifactId>
    <version>0.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.cask.tephra : tephra-hbase-compat-1.1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.1

All Versions

Choose a version of co.cask.tephra : tephra-hbase-compat-1.1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
tephra-hbase-compat-1.1-0.7.1
tephra-hbase-compat-1.1-0.7.0
0.6.x
tephra-hbase-compat-1.1-0.6.5
tephra-hbase-compat-1.1-0.6.4
tephra-hbase-compat-1.1-0.6.3
tephra-hbase-compat-1.1-0.6.2

How to add a dependency to Maven

Add the following co.cask.tephra : tephra-hbase-compat-1.1 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.cask.tephra</groupId>
    <artifactId>tephra-hbase-compat-1.1</artifactId>
    <version>0.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.cask.tephra : tephra-hbase-compat-1.1 gradle dependency to your build.gradle file:

implementation 'co.cask.tephra:tephra-hbase-compat-1.1:0.7.1'

Gradle Kotlin DSL: Add the following co.cask.tephra : tephra-hbase-compat-1.1 gradle kotlin dependency to your build.gradle.kts file:

implementation("co.cask.tephra:tephra-hbase-compat-1.1:0.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.cask.tephra : tephra-hbase-compat-1.1 sbt scala dependency to your build.sbt file:

libraryDependencies += "co.cask.tephra" % "tephra-hbase-compat-1.1" % "0.7.1"

Advertisement