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