| Categories | CategoriesAnt Build Tools CLI User Interface | 
|---|---|
| GroupId | GroupIdorg.antframework.idcenter | 
| ArtifactId | ArtifactIdidcenter-client | 
| Version | Version1.5.0.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.antframework.idcenter/idcenter-client/ -->
<dependency>
    <groupId>org.antframework.idcenter</groupId>
    <artifactId>idcenter-client</artifactId>
    <version>1.5.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.antframework.idcenter/idcenter-client/
implementation 'org.antframework.idcenter:idcenter-client:1.5.0.RELEASE'// https://jarcasting.com/artifacts/org.antframework.idcenter/idcenter-client/
implementation ("org.antframework.idcenter:idcenter-client:1.5.0.RELEASE")'org.antframework.idcenter:idcenter-client:jar:1.5.0.RELEASE'<dependency org="org.antframework.idcenter" name="idcenter-client" rev="1.5.0.RELEASE">
  <artifact name="idcenter-client" type="jar" />
</dependency>@Grapes(
@Grab(group='org.antframework.idcenter', module='idcenter-client', version='1.5.0.RELEASE')
)libraryDependencies += "org.antframework.idcenter" % "idcenter-client" % "1.5.0.RELEASE"[org.antframework.idcenter/idcenter-client "1.5.0.RELEASE"]