is not current version
Last Version 1.7.3

org.antframework.configcenter:configcenter-client 1.2.0.RELEASE


Categories

Categories

Ant Build Tools CLI User Interface config Application Layer Libs Configuration
GroupId

GroupId

org.antframework.configcenter
ArtifactId

ArtifactId

configcenter-client
Version

Version

1.2.0.RELEASE
Type

Type

jar

Download configcenter-client 1.2.0.RELEASE


<!-- 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"]