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