Categories |
CategoriesAnt Build Tools JUnit Unit Testing |
---|---|
GroupId | GroupIdant |
ArtifactId | ArtifactIdant-junit |
Last Version | Last Version1.6.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
ant-junit-1.6.5.pom | |
ant-junit-1.6.5.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ant/ant-junit/ -->
<dependency>
<groupId>ant</groupId>
<artifactId>ant-junit</artifactId>
<version>1.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/ant/ant-junit/
implementation 'ant:ant-junit:1.6.5'
// https://jarcasting.com/artifacts/ant/ant-junit/
implementation ("ant:ant-junit:1.6.5")
'ant:ant-junit:jar:1.6.5'
<dependency org="ant" name="ant-junit" rev="1.6.5">
<artifact name="ant-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='ant', module='ant-junit', version='1.6.5')
)
libraryDependencies += "ant" % "ant-junit" % "1.6.5"
[ant/ant-junit "1.6.5"]