y

yugabytedb

Isolated container management for Java code testing
https://java.testcontainers.org
MIT
Richard North
Files download
File Operation
yugabytedb-1.19.4.jar download
yugabytedb-1.19.4.pom download
yugabytedb-1.19.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.testcontainers</groupId>
  <artifactId>yugabytedb</artifactId>
  <version>1.19.4</version>
</dependency>
Gradle Groovy
implementation 'org.testcontainers:yugabytedb:1.19.4'
Gradle Kotlin
implementation("org.testcontainers:yugabytedb:1.19.4")
Scala SBT
libraryDependencies += "org.testcontainers" % "yugabytedb" % "1.19.4"
Groovy Grape
@Grapes(
  @Grab(group='org.testcontainers', module='yugabytedb', version='1.19.4')
)
Apache Ivy
<dependency org="org.testcontainers" name="yugabytedb" rev="1.19.4" />
Leiningen
[org.testcontainers/yugabytedb "1.19.4"]
Apache Buildr
'org.testcontainers:yugabytedb:jar:1.19.4'
Dependencies