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