is not current version
Last Version 3.0.0-alpha-2

org.apache.hbase:hbase-it 2.4.10

Integration and System tests for HBase

GroupId

GroupId

org.apache.hbase
ArtifactId

ArtifactId

hbase-it
Version

Version

2.4.10
Type

Type

jar

Download hbase-it 2.4.10


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