t

testcontainers-yugabytedb

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