| License | License | 
|---|---|
| Categories | CategoriesAnt Build Tools | 
| GroupId | GroupIdorg.antframework.boot | 
| ArtifactId | ArtifactIdant-boot-starter-ids | 
| Last Version | Last Version1.2.2.RELEASE | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionant-boot框架 | 
| Project Organization | Project Organization | 
<!-- 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.2.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.antframework.boot/ant-boot-starter-ids/
implementation 'org.antframework.boot:ant-boot-starter-ids:1.2.2.RELEASE'// https://jarcasting.com/artifacts/org.antframework.boot/ant-boot-starter-ids/
implementation ("org.antframework.boot:ant-boot-starter-ids:1.2.2.RELEASE")'org.antframework.boot:ant-boot-starter-ids:jar:1.2.2.RELEASE'<dependency org="org.antframework.boot" name="ant-boot-starter-ids" rev="1.2.2.RELEASE">
  <artifact name="ant-boot-starter-ids" type="jar" />
</dependency>@Grapes(
@Grab(group='org.antframework.boot', module='ant-boot-starter-ids', version='1.2.2.RELEASE')
)libraryDependencies += "org.antframework.boot" % "ant-boot-starter-ids" % "1.2.2.RELEASE"[org.antframework.boot/ant-boot-starter-ids "1.2.2.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.antframework.ids : ids | jar | 1.2.1.RELEASE | 
| org.antframework.boot : ant-boot-core | jar | 1.2.2.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.5.17.RELEASE |