Last Version

HBaseTestContainers 0.0.10

HBaseContainer is a class to use with https://www.testcontainers.org to run HBase as container. The class allow you to test any kind of operation that you need to do on Hbase.

License

License

Categories

Categories

Container
GroupId

GroupId

io.github.abaddon.testcontanier
ArtifactId

ArtifactId

hbasetestcontainers
Version

Version

0.0.10
Type

Type

jar
Description

Description

HBaseTestContainers
HBaseContainer is a class to use with https://www.testcontainers.org to run HBase as container. The class allow you to test any kind of operation that you need to do on Hbase.
Project URL

Project URL

https://github.com/abaddon/HBaseTestContainers
Source Code Management

Source Code Management

https://github.com/abaddon/HBaseTestContainers

Download hbasetestcontainers 0.0.10


<!-- https://jarcasting.com/artifacts/io.github.abaddon.testcontanier/hbasetestcontainers/ -->
<dependency>
    <groupId>io.github.abaddon.testcontanier</groupId>
    <artifactId>hbasetestcontainers</artifactId>
    <version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.abaddon.testcontanier/hbasetestcontainers/
implementation 'io.github.abaddon.testcontanier:hbasetestcontainers:0.0.10'
// https://jarcasting.com/artifacts/io.github.abaddon.testcontanier/hbasetestcontainers/
implementation ("io.github.abaddon.testcontanier:hbasetestcontainers:0.0.10")
'io.github.abaddon.testcontanier:hbasetestcontainers:jar:0.0.10'
<dependency org="io.github.abaddon.testcontanier" name="hbasetestcontainers" rev="0.0.10">
  <artifact name="hbasetestcontainers" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.abaddon.testcontanier', module='hbasetestcontainers', version='0.0.10')
)
libraryDependencies += "io.github.abaddon.testcontanier" % "hbasetestcontainers" % "0.0.10"
[io.github.abaddon.testcontanier/hbasetestcontainers "0.0.10"]

Dependencies

compile (5)

Group / Artifact Type Version
org.testcontainers : testcontainers jar 1.16.0
org.slf4j : slf4j-api jar 1.7.5
org.apache.logging.log4j : log4j-api jar 2.11.0
org.apache.logging.log4j : log4j-core jar 2.11.0
org.apache.logging.log4j : log4j-slf4j-impl jar 2.11.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar

Project Modules

There are no modules declared in this project.