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