MVN

kr.co.vcnc.haeinsa : haeinsa

Maven & Gradle

Mar 20, 2015
1 usages
158 stars

haeinsa · Haeinsa is linearly scalable multi-row, multi-table transaction library for HBase. Haeinsa uses two-phase locking and multi-version concurrency control for implementing transaction. The isolation level of transaction is serializable.

<dependency>
    <groupId>kr.co.vcnc.haeinsa</groupId>
    <artifactId>haeinsa</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of kr.co.vcnc.haeinsa : haeinsa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of kr.co.vcnc.haeinsa : haeinsa to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
haeinsa-1.0.5
haeinsa-1.0.4
haeinsa-1.0.3
haeinsa-1.0.2
haeinsa-1.0.1
haeinsa-1.0.0

How to add a dependency to Maven

Add the following kr.co.vcnc.haeinsa : haeinsa maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>kr.co.vcnc.haeinsa</groupId>
    <artifactId>haeinsa</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following kr.co.vcnc.haeinsa : haeinsa gradle dependency to your build.gradle file:

implementation 'kr.co.vcnc.haeinsa:haeinsa:1.0.5'

Gradle Kotlin DSL: Add the following kr.co.vcnc.haeinsa : haeinsa gradle kotlin dependency to your build.gradle.kts file:

implementation("kr.co.vcnc.haeinsa:haeinsa:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following kr.co.vcnc.haeinsa : haeinsa sbt scala dependency to your build.sbt file:

libraryDependencies += "kr.co.vcnc.haeinsa" % "haeinsa" % "1.0.5"

Advertisement