c

commons-hbase

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