h

hetu-hbase

Hetu - HBase Connector
Files download
File Operation
hetu-hbase-1.0.1.jar download
hetu-hbase-1.0.1.pom download
hetu-hbase-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.hetu.core</groupId>
  <artifactId>hetu-hbase</artifactId>
  <version>1.0.1</version>
  <type>hetu-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.hetu.core:hetu-hbase:1.0.1'
Gradle Kotlin
implementation("io.hetu.core:hetu-hbase:1.0.1")
Scala SBT
libraryDependencies += "io.hetu.core" % "hetu-hbase" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.hetu.core', module='hetu-hbase', version='1.0.1')
)
Apache Ivy
<dependency org="io.hetu.core" name="hetu-hbase" rev="1.0.1" />
Leiningen
[io.hetu.core/hetu-hbase "1.0.1"]
Apache Buildr
'io.hetu.core:hetu-hbase:jar:1.0.1'