is not current version
Last Version 3.0.0-RELEASE

com.dangdang:config-toolkit-parent 2.0.0-RELEASE

Parent defination of config toolkit

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.dangdang
ArtifactId

ArtifactId

config-toolkit-parent
Version

Version

2.0.0-RELEASE
Type

Type

pom

Download config-toolkit-parent 2.0.0-RELEASE


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