is not current version
Last Version 2.2.2

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

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.1.5
Type

Type

pom

Download testcontainers-spring-boot-parent 2.1.5


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