| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdorg.apache.ant |
| ArtifactId | ArtifactIdant-parent |
| Last Version | Last Version1.10.12 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionApache Ant
master POM
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ant-parent-1.10.12.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ant/ant-parent/ -->
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<version>1.10.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ant/ant-parent/
implementation 'org.apache.ant:ant-parent:1.10.12'
// https://jarcasting.com/artifacts/org.apache.ant/ant-parent/
implementation ("org.apache.ant:ant-parent:1.10.12")
'org.apache.ant:ant-parent:pom:1.10.12'
<dependency org="org.apache.ant" name="ant-parent" rev="1.10.12">
<artifact name="ant-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.ant', module='ant-parent', version='1.10.12')
)
libraryDependencies += "org.apache.ant" % "ant-parent" % "1.10.12"
[org.apache.ant/ant-parent "1.10.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.hamcrest : hamcrest-library | jar | 1.3 |