| License | License | 
|---|---|
| Categories | CategoriesAnt Build Tools JUnit Unit Testing | 
| GroupId | GroupIdorg.apache.ant | 
| ArtifactId | ArtifactIdant-junit | 
| Last Version | Last Version1.10.12 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionApache Ant + JUnit contains the junit and junirreport tasks | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| ant-junit-1.10.12.pom | |
| ant-junit-1.10.12.jar | 105 KB | 
| ant-junit-1.10.12-sources.jar | 81 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.ant/ant-junit/ -->
<dependency>
    <groupId>org.apache.ant</groupId>
    <artifactId>ant-junit</artifactId>
    <version>1.10.12</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.ant/ant-junit/
implementation 'org.apache.ant:ant-junit:1.10.12'// https://jarcasting.com/artifacts/org.apache.ant/ant-junit/
implementation ("org.apache.ant:ant-junit:1.10.12")'org.apache.ant:ant-junit:jar:1.10.12'<dependency org="org.apache.ant" name="ant-junit" rev="1.10.12">
  <artifact name="ant-junit" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.ant', module='ant-junit', version='1.10.12')
)libraryDependencies += "org.apache.ant" % "ant-junit" % "1.10.12"[org.apache.ant/ant-junit "1.10.12"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.ant : ant | jar | 1.10.12 | 
| junit : junit | jar | 4.13.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| xerces : xercesImpl | jar | 2.12.0 | 
| xalan : xalan | jar | 2.7.2 | 
| org.hamcrest : hamcrest-library | jar | 1.3 |