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