is not current version
Last Version 2.2.4_1

ch.cern.hbase:hbase-common 2.2.4

Common functionality for HBase

GroupId

GroupId

ch.cern.hbase
ArtifactId

ArtifactId

hbase-common
Version

Version

2.2.4
Type

Type

jar

Download hbase-common 2.2.4


<!-- https://jarcasting.com/artifacts/ch.cern.hbase/hbase-common/ -->
<dependency>
    <groupId>ch.cern.hbase</groupId>
    <artifactId>hbase-common</artifactId>
    <version>2.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cern.hbase/hbase-common/
implementation 'ch.cern.hbase:hbase-common:2.2.4'
// https://jarcasting.com/artifacts/ch.cern.hbase/hbase-common/
implementation ("ch.cern.hbase:hbase-common:2.2.4")
'ch.cern.hbase:hbase-common:jar:2.2.4'
<dependency org="ch.cern.hbase" name="hbase-common" rev="2.2.4">
  <artifact name="hbase-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cern.hbase', module='hbase-common', version='2.2.4')
)
libraryDependencies += "ch.cern.hbase" % "hbase-common" % "2.2.4"
[ch.cern.hbase/hbase-common "2.2.4"]