MVN

com.playtika.testcontainers : testcontainers-spring-boot-parent

Maven & Gradle

Aug 07, 2023

Parent pom for all embedded testcontainers

<dependency>
    <groupId>com.playtika.testcontainers</groupId>
    <artifactId>testcontainers-spring-boot-parent</artifactId>
    <version>2.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.playtika.testcontainers : testcontainers-spring-boot-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.3.2
  • Latest Release Candidate: 3.0.0-RC9

All Versions

Choose a version of com.playtika.testcontainers : testcontainers-spring-boot-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
testcontainers-spring-boot-parent-3.0.0-RC9
testcontainers-spring-boot-parent-3.0.0-RC8
testcontainers-spring-boot-parent-3.0.0-RC7
testcontainers-spring-boot-parent-3.0.0-RC6
testcontainers-spring-boot-parent-3.0.0-RC5
testcontainers-spring-boot-parent-3.0.0-RC4
testcontainers-spring-boot-parent-3.0.0-RC3
testcontainers-spring-boot-parent-3.0.0-RC2
testcontainers-spring-boot-parent-3.0.0-RC1
2.3.x
testcontainers-spring-boot-parent-2.3.2
testcontainers-spring-boot-parent-2.3.1
2.2.x
testcontainers-spring-boot-parent-2.2.14
testcontainers-spring-boot-parent-2.2.13
testcontainers-spring-boot-parent-2.2.12
testcontainers-spring-boot-parent-2.2.11
testcontainers-spring-boot-parent-2.2.10
testcontainers-spring-boot-parent-2.2.9
testcontainers-spring-boot-parent-2.2.8
testcontainers-spring-boot-parent-2.2.7
testcontainers-spring-boot-parent-2.2.6
testcontainers-spring-boot-parent-2.2.5
testcontainers-spring-boot-parent-2.2.4
testcontainers-spring-boot-parent-2.2.3
testcontainers-spring-boot-parent-2.2.2
testcontainers-spring-boot-parent-2.2.1
testcontainers-spring-boot-parent-2.2.0
2.1.x
testcontainers-spring-boot-parent-2.1.8
testcontainers-spring-boot-parent-2.1.7
testcontainers-spring-boot-parent-2.1.5
testcontainers-spring-boot-parent-2.1.4
testcontainers-spring-boot-parent-2.1.3
testcontainers-spring-boot-parent-2.1.2
testcontainers-spring-boot-parent-2.1.0
2.0.x
testcontainers-spring-boot-parent-2.0.20
testcontainers-spring-boot-parent-2.0.19
testcontainers-spring-boot-parent-2.0.18
testcontainers-spring-boot-parent-2.0.16
testcontainers-spring-boot-parent-2.0.15
testcontainers-spring-boot-parent-2.0.14
testcontainers-spring-boot-parent-2.0.13
testcontainers-spring-boot-parent-2.0.12
testcontainers-spring-boot-parent-2.0.11
testcontainers-spring-boot-parent-2.0.10
testcontainers-spring-boot-parent-2.0.9
testcontainers-spring-boot-parent-2.0.8
testcontainers-spring-boot-parent-2.0.7
testcontainers-spring-boot-parent-2.0.6
testcontainers-spring-boot-parent-2.0.5
testcontainers-spring-boot-parent-2.0.4
testcontainers-spring-boot-parent-2.0.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.playtika.testcontainers</groupId>
    <artifactId>testcontainers-spring-boot-parent</artifactId>
    <version>2.3.2</version>
</dependency>

Advertisement