t

testcontainers-spring-boot-parent

Parent pom for all embedded testcontainers
Files download
File Operation
testcontainers-spring-boot-parent-2.0.7.pom download
Apache Maven
<dependency>
  <groupId>com.playtika.testcontainers</groupId>
  <artifactId>testcontainers-spring-boot-parent</artifactId>
  <version>2.0.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.playtika.testcontainers:testcontainers-spring-boot-parent:2.0.7'
Gradle Kotlin
implementation("com.playtika.testcontainers:testcontainers-spring-boot-parent:2.0.7")
Scala SBT
libraryDependencies += "com.playtika.testcontainers" % "testcontainers-spring-boot-parent" % "2.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.playtika.testcontainers', module='testcontainers-spring-boot-parent', version='2.0.7')
)
Apache Ivy
<dependency org="com.playtika.testcontainers" name="testcontainers-spring-boot-parent" rev="2.0.7" />
Leiningen
[com.playtika.testcontainers/testcontainers-spring-boot-parent "2.0.7"]
Apache Buildr
'com.playtika.testcontainers:testcontainers-spring-boot-parent:jar:2.0.7'