License |
License |
---|---|
Categories |
CategoriesContainer |
GroupId | GroupIdio.github.diogenes1oliveira |
ArtifactId | ArtifactIdhbase2-testcontainers |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionhbase2-testcontainers
Isolated container management for HBase 2 code testing
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.diogenes1oliveira/hbase2-testcontainers/ -->
<dependency>
<groupId>io.github.diogenes1oliveira</groupId>
<artifactId>hbase2-testcontainers</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.diogenes1oliveira/hbase2-testcontainers/
implementation 'io.github.diogenes1oliveira:hbase2-testcontainers:1.0.0'
// https://jarcasting.com/artifacts/io.github.diogenes1oliveira/hbase2-testcontainers/
implementation ("io.github.diogenes1oliveira:hbase2-testcontainers:1.0.0")
'io.github.diogenes1oliveira:hbase2-testcontainers:jar:1.0.0'
<dependency org="io.github.diogenes1oliveira" name="hbase2-testcontainers" rev="1.0.0">
<artifact name="hbase2-testcontainers" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.diogenes1oliveira', module='hbase2-testcontainers', version='1.0.0')
)
libraryDependencies += "io.github.diogenes1oliveira" % "hbase2-testcontainers" % "1.0.0"
[io.github.diogenes1oliveira/hbase2-testcontainers "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testcontainers : testcontainers | jar | 1.16.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.hbase : hbase-shaded-client | jar | 2.0.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.testcontainers : junit-jupiter | jar | 1.16.2 |
org.slf4j : slf4j-simple | jar | 1.7.32 |