is not current version
Last Version 3.0.0-alpha-2

org.apache.hbase:hbase-common 1.2.4

Common functionality for HBase

GroupId

GroupId

org.apache.hbase
ArtifactId

ArtifactId

hbase-common
Version

Version

1.2.4
Type

Type

jar

Download hbase-common 1.2.4


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