| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdorg.apache.ant |
| ArtifactId | ArtifactIdant-testutil |
| Version | Version1.10.10 |
| Type | Typejar |
| Description |
DescriptionApache Ant Test Utilities
test utility classes
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| ant-testutil-1.10.10.pom | |
| ant-testutil-1.10.10.jar | 27 KB |
| ant-testutil-1.10.10-sources.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ant/ant-testutil/ -->
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-testutil</artifactId>
<version>1.10.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ant/ant-testutil/
implementation 'org.apache.ant:ant-testutil:1.10.10'
// https://jarcasting.com/artifacts/org.apache.ant/ant-testutil/
implementation ("org.apache.ant:ant-testutil:1.10.10")
'org.apache.ant:ant-testutil:jar:1.10.10'
<dependency org="org.apache.ant" name="ant-testutil" rev="1.10.10">
<artifact name="ant-testutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ant', module='ant-testutil', version='1.10.10')
)
libraryDependencies += "org.apache.ant" % "ant-testutil" % "1.10.10"
[org.apache.ant/ant-testutil "1.10.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.ant : ant | jar | 1.10.10 |
| junit : junit | jar | 4.13.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-library | jar | 1.3 |