| Categories | CategoriesAnt Build Tools | 
|---|---|
| GroupId | GroupIdorg.antframework.ids | 
| ArtifactId | ArtifactIdids | 
| Version | Version1.2.0.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| ids-1.2.0.RELEASE.pom | |
| ids-1.2.0.RELEASE.jar | 5 KB | 
| ids-1.2.0.RELEASE-sources.jar | 3 KB | 
| ids-1.2.0.RELEASE-javadoc.jar | 30 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.antframework.ids/ids/ -->
<dependency>
    <groupId>org.antframework.ids</groupId>
    <artifactId>ids</artifactId>
    <version>1.2.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.antframework.ids/ids/
implementation 'org.antframework.ids:ids:1.2.0.RELEASE'// https://jarcasting.com/artifacts/org.antframework.ids/ids/
implementation ("org.antframework.ids:ids:1.2.0.RELEASE")'org.antframework.ids:ids:jar:1.2.0.RELEASE'<dependency org="org.antframework.ids" name="ids" rev="1.2.0.RELEASE">
  <artifact name="ids" type="jar" />
</dependency>@Grapes(
@Grab(group='org.antframework.ids', module='ids', version='1.2.0.RELEASE')
)libraryDependencies += "org.antframework.ids" % "ids" % "1.2.0.RELEASE"[org.antframework.ids/ids "1.2.0.RELEASE"]