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