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