is not current version
Last Version 3.0.0-alpha-2

org.apache.hbase:hbase-common 2.2.3

Common functionality for HBase

GroupId

GroupId

org.apache.hbase
ArtifactId

ArtifactId

hbase-common
Version

Version

2.2.3
Type

Type

jar

Download hbase-common 2.2.3


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