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