| Categories | CategoriesAnt Build Tools | 
|---|---|
| GroupId | GroupIdorg.antframework | 
| ArtifactId | ArtifactIdant-dependencies | 
| Version | Version1.2.0.RELEASE | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| ant-dependencies-1.2.0.RELEASE.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.antframework/ant-dependencies/ -->
<dependency>
    <groupId>org.antframework</groupId>
    <artifactId>ant-dependencies</artifactId>
    <version>1.2.0.RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.antframework/ant-dependencies/
implementation 'org.antframework:ant-dependencies:1.2.0.RELEASE'// https://jarcasting.com/artifacts/org.antframework/ant-dependencies/
implementation ("org.antframework:ant-dependencies:1.2.0.RELEASE")'org.antframework:ant-dependencies:pom:1.2.0.RELEASE'<dependency org="org.antframework" name="ant-dependencies" rev="1.2.0.RELEASE">
  <artifact name="ant-dependencies" type="pom" />
</dependency>@Grapes(
@Grab(group='org.antframework', module='ant-dependencies', version='1.2.0.RELEASE')
)libraryDependencies += "org.antframework" % "ant-dependencies" % "1.2.0.RELEASE"[org.antframework/ant-dependencies "1.2.0.RELEASE"]