is not current version
Last Version 1.10.12

org.apache.ant:ant-junit4 1.10.9

contains JUnit 4.x support

Categories

Categories

Ant Build Tools JUnit Unit Testing
GroupId

GroupId

org.apache.ant
ArtifactId

ArtifactId

ant-junit4
Version

Version

1.10.9
Type

Type

jar

Download ant-junit4 1.10.9


<!-- https://jarcasting.com/artifacts/org.apache.ant/ant-junit4/ -->
<dependency>
    <groupId>org.apache.ant</groupId>
    <artifactId>ant-junit4</artifactId>
    <version>1.10.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ant/ant-junit4/
implementation 'org.apache.ant:ant-junit4:1.10.9'
// https://jarcasting.com/artifacts/org.apache.ant/ant-junit4/
implementation ("org.apache.ant:ant-junit4:1.10.9")
'org.apache.ant:ant-junit4:jar:1.10.9'
<dependency org="org.apache.ant" name="ant-junit4" rev="1.10.9">
  <artifact name="ant-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ant', module='ant-junit4', version='1.10.9')
)
libraryDependencies += "org.apache.ant" % "ant-junit4" % "1.10.9"
[org.apache.ant/ant-junit4 "1.10.9"]