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