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