is not current version
Last Version 1.0.3

com.github.charithe:hbase-junit-rule 1.0.2

JUnit rule to start a temporary HBase cluster

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.charithe
ArtifactId

ArtifactId

hbase-junit-rule
Version

Version

1.0.2
Type

Type

jar

Download hbase-junit-rule 1.0.2


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