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