is not current version
Last Version 1.10.12

org.apache.ant:ant-junit 1.9.16

contains the junit and junirreport tasks

Categories

Categories

Ant Build Tools JUnit Unit Testing
GroupId

GroupId

org.apache.ant
ArtifactId

ArtifactId

ant-junit
Version

Version

1.9.16
Type

Type

jar

Download ant-junit 1.9.16


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