is not current version
Last Version 2.2.2

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

Container auto-configurations for spring-boot based integration tests

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.playtika.testcontainers
ArtifactId

ArtifactId

testcontainers-spring-boot
Version

Version

2.0.3
Type

Type

pom

Download testcontainers-spring-boot 2.0.3


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