| License |
License |
|---|---|
| Categories |
CategoriesContainer |
| GroupId | GroupIdorg.testcontainers |
| ArtifactId | ArtifactIdtestcontainers |
| Last Version | Last Version1.17.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTestcontainers Core
Isolated container management for Java code testing
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| testcontainers-1.17.2.pom | |
| testcontainers-1.17.2.jar | 11 MB |
| testcontainers-1.17.2-sources.jar | 148 KB |
| testcontainers-1.17.2-javadoc.jar | 519 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.testcontainers/testcontainers/ -->
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.17.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.testcontainers/testcontainers/
implementation 'org.testcontainers:testcontainers:1.17.2'
// https://jarcasting.com/artifacts/org.testcontainers/testcontainers/
implementation ("org.testcontainers:testcontainers:1.17.2")
'org.testcontainers:testcontainers:jar:1.17.2'
<dependency org="org.testcontainers" name="testcontainers" rev="1.17.2">
<artifact name="testcontainers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testcontainers', module='testcontainers', version='1.17.2')
)
libraryDependencies += "org.testcontainers" % "testcontainers" % "1.17.2"
[org.testcontainers/testcontainers "1.17.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.slf4j : slf4j-api | jar | 1.7.35 |
| org.apache.commons : commons-compress | jar | 1.21 |
| org.rnorth.duct-tape : duct-tape | jar | 1.0.8 |
| com.github.docker-java : docker-java-api | jar | 3.2.13 |
| com.github.docker-java : docker-java-transport-zerodep | jar | 3.2.13 |