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