t

test-containers-parent

Isolated container management for Java code testing
https://github.com/rnorth/test-containers
MIT
Richard North Gurpreet Sohal
文件下载
文件名 操作
test-containers-parent-0.9.5.pom 下载
Apache Maven
<dependency>
  <groupId>org.rnorth.test-containers</groupId>
  <artifactId>test-containers-parent</artifactId>
  <version>0.9.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.rnorth.test-containers:test-containers-parent:0.9.5'
Gradle Kotlin
implementation("org.rnorth.test-containers:test-containers-parent:0.9.5")
Scala SBT
libraryDependencies += "org.rnorth.test-containers" % "test-containers-parent" % "0.9.5"
Groovy Grape
@Grapes(
  @Grab(group='org.rnorth.test-containers', module='test-containers-parent', version='0.9.5')
)
Apache Ivy
<dependency org="org.rnorth.test-containers" name="test-containers-parent" rev="0.9.5" />
Leiningen
[org.rnorth.test-containers/test-containers-parent "0.9.5"]
Apache Buildr
'org.rnorth.test-containers:test-containers-parent:jar:0.9.5'