License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.erindavid |
ArtifactId | ArtifactIdelastic-config-spring |
Version | Version1.0.0-release |
Type | Typejar |
Description |
Descriptionelastic-config-spring
Elastic-Config - Distributed Configuration Center Based On ZooKeeper
|
<!-- https://jarcasting.com/artifacts/com.github.erindavid/elastic-config-spring/ -->
<dependency>
<groupId>com.github.erindavid</groupId>
<artifactId>elastic-config-spring</artifactId>
<version>1.0.0-release</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.erindavid/elastic-config-spring/
implementation 'com.github.erindavid:elastic-config-spring:1.0.0-release'
// https://jarcasting.com/artifacts/com.github.erindavid/elastic-config-spring/
implementation ("com.github.erindavid:elastic-config-spring:1.0.0-release")
'com.github.erindavid:elastic-config-spring:jar:1.0.0-release'
<dependency org="com.github.erindavid" name="elastic-config-spring" rev="1.0.0-release">
<artifact name="elastic-config-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.erindavid', module='elastic-config-spring', version='1.0.0-release')
)
libraryDependencies += "com.github.erindavid" % "elastic-config-spring" % "1.0.0-release"
[com.github.erindavid/elastic-config-spring "1.0.0-release"]
Group / Artifact | Type | Version |
---|---|---|
com.github.erindavid : elastic-config-core | jar | 1.0.0-release |
org.springframework : spring-context-support | jar | |
org.aspectj : aspectjweaver | jar | 1.8.5 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 4.1.1.RELEASE |
org.mockito : mockito-core | jar | 1.10.19 |
org.slf4j : jcl-over-slf4j | jar | 1.7.7 |
org.slf4j : log4j-over-slf4j | jar | 1.7.7 |
ch.qos.logback : logback-classic | jar | 1.1.2 |