y

yugabytedb

Isolated container management for Java code testing
https://java.testcontainers.org
MIT
Richard North
文件下载
文件名 操作
yugabytedb-1.20.3.jar 下载
yugabytedb-1.20.3.pom 下载
yugabytedb-1.20.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.testcontainers</groupId>
  <artifactId>yugabytedb</artifactId>
  <version>1.20.3</version>
</dependency>
Gradle Groovy
implementation 'org.testcontainers:yugabytedb:1.20.3'
Gradle Kotlin
implementation("org.testcontainers:yugabytedb:1.20.3")
Scala SBT
libraryDependencies += "org.testcontainers" % "yugabytedb" % "1.20.3"
Groovy Grape
@Grapes(
  @Grab(group='org.testcontainers', module='yugabytedb', version='1.20.3')
)
Apache Ivy
<dependency org="org.testcontainers" name="yugabytedb" rev="1.20.3" />
Leiningen
[org.testcontainers/yugabytedb "1.20.3"]
Apache Buildr
'org.testcontainers:yugabytedb:jar:1.20.3'
本项目依赖