License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.antframework |
ArtifactId | ArtifactIdant-parent |
Last Version | Last Version2.4.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionant-parent
antframework所有项目的父pom
|
Filename | Size |
---|---|
ant-parent-2.4.4.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.antframework/ant-parent/ -->
<dependency>
<groupId>org.antframework</groupId>
<artifactId>ant-parent</artifactId>
<version>2.4.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.antframework/ant-parent/
implementation 'org.antframework:ant-parent:2.4.4'
// https://jarcasting.com/artifacts/org.antframework/ant-parent/
implementation ("org.antframework:ant-parent:2.4.4")
'org.antframework:ant-parent:pom:2.4.4'
<dependency org="org.antframework" name="ant-parent" rev="2.4.4">
<artifact name="ant-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.antframework', module='ant-parent', version='2.4.4')
)
libraryDependencies += "org.antframework" % "ant-parent" % "2.4.4"
[org.antframework/ant-parent "2.4.4"]