t

testcontainers-spring-boot-parent

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