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