| License | License | 
|---|---|
| Categories | CategoriesAnt Build Tools | 
| GroupId | GroupIdorg.antframework.ids | 
| ArtifactId | ArtifactIdids | 
| Last Version | Last Version1.2.2.RELEASE | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionids 分布式id生成器 | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| ids-1.2.2.RELEASE.pom | |
| ids-1.2.2.RELEASE.jar | 7 KB | 
| ids-1.2.2.RELEASE-sources.jar | 3 KB | 
| ids-1.2.2.RELEASE-javadoc.jar | 34 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.antframework.ids/ids/ -->
<dependency>
    <groupId>org.antframework.ids</groupId>
    <artifactId>ids</artifactId>
    <version>1.2.2.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.antframework.ids/ids/
implementation 'org.antframework.ids:ids:1.2.2.RELEASE'// https://jarcasting.com/artifacts/org.antframework.ids/ids/
implementation ("org.antframework.ids:ids:1.2.2.RELEASE")'org.antframework.ids:ids:jar:1.2.2.RELEASE'<dependency org="org.antframework.ids" name="ids" rev="1.2.2.RELEASE">
  <artifact name="ids" type="jar" />
</dependency>@Grapes(
@Grab(group='org.antframework.ids', module='ids', version='1.2.2.RELEASE')
)libraryDependencies += "org.antframework.ids" % "ids" % "1.2.2.RELEASE"[org.antframework.ids/ids "1.2.2.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.antframework.common : ant-common-util | jar | 1.2.2.RELEASE | 
| org.antframework.idcenter : idcenter-client | jar | 1.3.0.RELEASE | 
| org.apache.curator : curator-recipes | jar | |
| org.slf4j : jcl-over-slf4j | jar | 1.7.25 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |