Files download
File Operation
junit-4-12_0.24-3.1.1.0-dotty-20200408-4cc224b-NIGHTLY.jar download
junit-4-12_0.24-3.1.1.0-dotty-20200408-4cc224b-NIGHTLY.pom download
junit-4-12_0.24-3.1.1.0-dotty-20200408-4cc224b-NIGHTLY-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sandinh</groupId>
  <artifactId>junit-4-12_0.24</artifactId>
  <version>3.1.1.0-dotty-20200408-4cc224b-NIGHTLY</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.sandinh:junit-4-12_0.24:3.1.1.0-dotty-20200408-4cc224b-NIGHTLY'
Gradle Kotlin
implementation("com.sandinh:junit-4-12_0.24:3.1.1.0-dotty-20200408-4cc224b-NIGHTLY")
Scala SBT
libraryDependencies += "com.sandinh" % "junit-4-12_0.24" % "3.1.1.0-dotty-20200408-4cc224b-NIGHTLY"
Groovy Grape
@Grapes(
  @Grab(group='com.sandinh', module='junit-4-12_0.24', version='3.1.1.0-dotty-20200408-4cc224b-NIGHTLY')
)
Apache Ivy
<dependency org="com.sandinh" name="junit-4-12_0.24" rev="3.1.1.0-dotty-20200408-4cc224b-NIGHTLY" />
Leiningen
[com.sandinh/junit-4-12_0.24 "3.1.1.0-dotty-20200408-4cc224b-NIGHTLY"]
Apache Buildr
'com.sandinh:junit-4-12_0.24:jar:3.1.1.0-dotty-20200408-4cc224b-NIGHTLY'