| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов Контейнер ORM Данные |
| Группа | Группаio.appform.testcontainer |
| Идентификатор | Идентификаторjunit-testcontainer-hbase |
| Версия | Версия1.0.5 |
| Тип | Типjar |
| Описание |
ОписаниеEmbedded 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.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.appform.testcontainer/junit-testcontainer-hbase/
implementation 'io.appform.testcontainer:junit-testcontainer-hbase:1.0.5'
// https://jarcasting.com/artifacts/io.appform.testcontainer/junit-testcontainer-hbase/
implementation ("io.appform.testcontainer:junit-testcontainer-hbase:1.0.5")
'io.appform.testcontainer:junit-testcontainer-hbase:jar:1.0.5'
<dependency org="io.appform.testcontainer" name="junit-testcontainer-hbase" rev="1.0.5">
<artifact name="junit-testcontainer-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.appform.testcontainer', module='junit-testcontainer-hbase', version='1.0.5')
)
libraryDependencies += "io.appform.testcontainer" % "junit-testcontainer-hbase" % "1.0.5"
[io.appform.testcontainer/junit-testcontainer-hbase "1.0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.appform.testcontainer : junit-testcontainer-commons | jar | 1.0.5 |
| org.apache.hbase : hbase-client | jar | 2.0.0 |