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