is not current version
Last Version 1.17.2

Testcontainers :: BOM 1.16.0

Isolated container management for Java code testing

License

License

MIT
Categories

Categories

Container
GroupId

GroupId

org.testcontainers
ArtifactId

ArtifactId

testcontainers-bom
Version

Version

1.16.0
Type

Type

pom
Description

Description

Testcontainers :: BOM
Isolated container management for Java code testing
Project URL

Project URL

https://testcontainers.org
Source Code Management

Source Code Management

https://github.com/testcontainers/testcontainers-java/

Download testcontainers-bom 1.16.0


<!-- https://jarcasting.com/artifacts/org.testcontainers/testcontainers-bom/ -->
<dependency>
    <groupId>org.testcontainers</groupId>
    <artifactId>testcontainers-bom</artifactId>
    <version>1.16.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.testcontainers/testcontainers-bom/
implementation 'org.testcontainers:testcontainers-bom:1.16.0'
// https://jarcasting.com/artifacts/org.testcontainers/testcontainers-bom/
implementation ("org.testcontainers:testcontainers-bom:1.16.0")
'org.testcontainers:testcontainers-bom:pom:1.16.0'
<dependency org="org.testcontainers" name="testcontainers-bom" rev="1.16.0">
  <artifact name="testcontainers-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.testcontainers', module='testcontainers-bom', version='1.16.0')
)
libraryDependencies += "org.testcontainers" % "testcontainers-bom" % "1.16.0"
[org.testcontainers/testcontainers-bom "1.16.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.