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