a

ant-junit4

contains JUnit 4.x support
http://ant.apache.org/
Files download
File Operation
ant-junit4-1.10.1.jar download
ant-junit4-1.10.1.pom download
ant-junit4-1.10.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.ant</groupId>
  <artifactId>ant-junit4</artifactId>
  <version>1.10.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.ant:ant-junit4:1.10.1'
Gradle Kotlin
implementation("org.apache.ant:ant-junit4:1.10.1")
Scala SBT
libraryDependencies += "org.apache.ant" % "ant-junit4" % "1.10.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.ant', module='ant-junit4', version='1.10.1')
)
Apache Ivy
<dependency org="org.apache.ant" name="ant-junit4" rev="1.10.1" />
Leiningen
[org.apache.ant/ant-junit4 "1.10.1"]
Apache Buildr
'org.apache.ant:ant-junit4:jar:1.10.1'