MVN

io.github.abaddon.testcontainer : hbasetestcontainer

Maven & Gradle

Oct 24, 2021
2 stars

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.

<dependency>
    <groupId>io.github.abaddon.testcontainer</groupId>
    <artifactId>hbasetestcontainer</artifactId>
    <version>0.0.0-dependabot_maven_org.sonatype.plugins_nexus_staging_maven_plugin_1.6.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.abaddon.testcontainer : hbasetestcontainer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.0-dependabot_maven_org.sonatype.plugins_nexus_staging_maven_plugin_1.6.8

All Versions

Choose a version of io.github.abaddon.testcontainer : hbasetestcontainer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
hbasetestcontainer-0.0.2
hbasetestcontainer-0.0.1
hbasetestcontainer-0.0.0-dependabot_maven_org.sonatype.plugins_nexus_staging_maven_plugin_1.6.8
hbasetestcontainer-0.0.0-dependabot_maven_org.slf4j_slf4j_api_1.7.32
hbasetestcontainer-0.0.0-dependabot_maven_org.apache.maven.plugins_maven_site_plugin_3.9.1
hbasetestcontainer-0.0.0-dependabot_maven_org.apache.maven.plugins_maven_resources_plugin_3.2.0
hbasetestcontainer-0.0.0-dependabot_maven_log4j.version_2.14.1

How to add a dependency to Maven

Add the following io.github.abaddon.testcontainer : hbasetestcontainer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.abaddon.testcontainer</groupId>
    <artifactId>hbasetestcontainer</artifactId>
    <version>0.0.0-dependabot_maven_org.sonatype.plugins_nexus_staging_maven_plugin_1.6.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.abaddon.testcontainer : hbasetestcontainer gradle dependency to your build.gradle file:

implementation 'io.github.abaddon.testcontainer:hbasetestcontainer:0.0.0-dependabot_maven_org.sonatype.plugins_nexus_staging_maven_plugin_1.6.8'

Gradle Kotlin DSL: Add the following io.github.abaddon.testcontainer : hbasetestcontainer gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.abaddon.testcontainer:hbasetestcontainer:0.0.0-dependabot_maven_org.sonatype.plugins_nexus_staging_maven_plugin_1.6.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.abaddon.testcontainer : hbasetestcontainer sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.abaddon.testcontainer" % "hbasetestcontainer" % "0.0.0-dependabot_maven_org.sonatype.plugins_nexus_staging_maven_plugin_1.6.8"