License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Container ORM Data |
GroupId | GroupIdio.appform.testcontainer |
ArtifactId | ArtifactIdjunit-testcontainer-hbase |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEmbedded testcontainers for data stores
|
<!-- https://jarcasting.com/artifacts/io.appform.testcontainer/junit-testcontainer-hbase/ -->
<dependency>
<groupId>io.appform.testcontainer</groupId>
<artifactId>junit-testcontainer-hbase</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.appform.testcontainer/junit-testcontainer-hbase/
implementation 'io.appform.testcontainer:junit-testcontainer-hbase:1.0.6'
// https://jarcasting.com/artifacts/io.appform.testcontainer/junit-testcontainer-hbase/
implementation ("io.appform.testcontainer:junit-testcontainer-hbase:1.0.6")
'io.appform.testcontainer:junit-testcontainer-hbase:jar:1.0.6'
<dependency org="io.appform.testcontainer" name="junit-testcontainer-hbase" rev="1.0.6">
<artifact name="junit-testcontainer-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.appform.testcontainer', module='junit-testcontainer-hbase', version='1.0.6')
)
libraryDependencies += "io.appform.testcontainer" % "junit-testcontainer-hbase" % "1.0.6"
[io.appform.testcontainer/junit-testcontainer-hbase "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
io.appform.testcontainer : junit-testcontainer-commons | jar | 1.0.6 |
org.apache.hbase : hbase-client | jar | 2.0.0 |