не последняя версия
Последняя версия 1.17.2

org.testcontainers:couchbase 1.9.0

Isolated container management for Java code testing

Категории

Категории

Couchbase Данные Базы данных Контейнер
Группа

Группа

org.testcontainers
Идентификатор

Идентификатор

couchbase
Версия

Версия

1.9.0
Тип

Тип

jar

Скачать couchbase 1.9.0


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