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