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