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