MVN

org.apache.tephra : tephra

Maven & Gradle

May 04, 2021

Apache Tephra · Apache Tephra provides globally-consistent transactions on Apache HBase and other storage engines

<dependency>
    <groupId>org.apache.tephra</groupId>
    <artifactId>tephra</artifactId>
    <version>0.16.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.tephra : tephra to add to Maven - Latest Versions:

  • Latest Stable: 0.16.1

All Versions

Choose a version of org.apache.tephra : tephra to add to Maven - All Versions:

Version Vulnerabilities Updated
0.16.x
tephra-0.16.1
tephra-0.16.0
0.15.x
tephra-0.15.0-incubating
0.14.x
tephra-0.14.0-incubating
0.13.x
tephra-0.13.0-incubating
0.12.x
tephra-0.12.0-incubating
0.11.x
tephra-0.11.0-incubating
0.10.x
tephra-0.10.0-incubating
0.9.x
tephra-0.9.0-incubating
0.8.x
tephra-0.8.0-incubating

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.tephra</groupId>
    <artifactId>tephra</artifactId>
    <version>0.16.1</version>
</dependency>