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