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