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