is not current version
Last Version 3.3.2-RELEASE

com.dangdang:config-toolkit 3.2.2-RELEASE


Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.dangdang
ArtifactId

ArtifactId

config-toolkit
Version

Version

3.2.2-RELEASE
Type

Type

jar

Download config-toolkit 3.2.2-RELEASE


<!-- https://jarcasting.com/artifacts/com.dangdang/config-toolkit/ -->
<dependency>
    <groupId>com.dangdang</groupId>
    <artifactId>config-toolkit</artifactId>
    <version>3.2.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.dangdang/config-toolkit/
implementation 'com.dangdang:config-toolkit:3.2.2-RELEASE'
// https://jarcasting.com/artifacts/com.dangdang/config-toolkit/
implementation ("com.dangdang:config-toolkit:3.2.2-RELEASE")
'com.dangdang:config-toolkit:jar:3.2.2-RELEASE'
<dependency org="com.dangdang" name="config-toolkit" rev="3.2.2-RELEASE">
  <artifact name="config-toolkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dangdang', module='config-toolkit', version='3.2.2-RELEASE')
)
libraryDependencies += "com.dangdang" % "config-toolkit" % "3.2.2-RELEASE"
[com.dangdang/config-toolkit "3.2.2-RELEASE"]