| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdcom.dangdang |
| ArtifactId | ArtifactIdconfig-toolkit |
| Version | Version3.3.2-RELEASE |
| Type | Typejar |
| Description |
Descriptionconfig-toolkit
Tool to simplify read configurations form zookeeper/file/http in Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.dangdang/config-toolkit/ -->
<dependency>
<groupId>com.dangdang</groupId>
<artifactId>config-toolkit</artifactId>
<version>3.3.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.dangdang/config-toolkit/
implementation 'com.dangdang:config-toolkit:3.3.2-RELEASE'
// https://jarcasting.com/artifacts/com.dangdang/config-toolkit/
implementation ("com.dangdang:config-toolkit:3.3.2-RELEASE")
'com.dangdang:config-toolkit:jar:3.3.2-RELEASE'
<dependency org="com.dangdang" name="config-toolkit" rev="3.3.2-RELEASE">
<artifact name="config-toolkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dangdang', module='config-toolkit', version='3.3.2-RELEASE')
)
libraryDependencies += "com.dangdang" % "config-toolkit" % "3.3.2-RELEASE"
[com.dangdang/config-toolkit "3.3.2-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.curator : curator-framework | jar | 4.0.1 |
| cglib : cglib | jar | 3.2.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 4.3.13.RELEASE |