is not current version
Last Version 2.2.2

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

Parent pom for all embedded testcontainers

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.playtika.testcontainers
ArtifactId

ArtifactId

testcontainers-spring-boot-parent
Version

Version

2.2.1
Type

Type

pom

Download testcontainers-spring-boot-parent 2.2.1


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