License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.dangdang |
ArtifactId | ArtifactIdconfig-common |
Version | Version3.0.0-RELEASE |
Type | Typejar |
Description |
DescriptionParent defination of config toolkit
|
<!-- https://jarcasting.com/artifacts/com.dangdang/config-common/ -->
<dependency>
<groupId>com.dangdang</groupId>
<artifactId>config-common</artifactId>
<version>3.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.dangdang/config-common/
implementation 'com.dangdang:config-common:3.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.dangdang/config-common/
implementation ("com.dangdang:config-common:3.0.0-RELEASE")
'com.dangdang:config-common:jar:3.0.0-RELEASE'
<dependency org="com.dangdang" name="config-common" rev="3.0.0-RELEASE">
<artifact name="config-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dangdang', module='config-common', version='3.0.0-RELEASE')
)
libraryDependencies += "com.dangdang" % "config-common" % "3.0.0-RELEASE"
[com.dangdang/config-common "3.0.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.curator : curator-framework | jar | 2.6.0 |
Group / Artifact | Type | Version |
---|---|---|
cglib : cglib | jar | 2.2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |