MVN

com.dangdang : config-toolkit-easyzk

Maven & Gradle

Apr 28, 2015

config-toolkit-easyzk

<dependency>
    <groupId>com.dangdang</groupId>
    <artifactId>config-toolkit-easyzk</artifactId>
    <version>2.0.4-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dangdang : config-toolkit-easyzk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4-RELEASE

All Versions

Choose a version of com.dangdang : config-toolkit-easyzk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
config-toolkit-easyzk-2.0.4-RELEASE
config-toolkit-easyzk-2.0.3-RELEASE
config-toolkit-easyzk-2.0.2-RELEASE
config-toolkit-easyzk-2.0.1-RELEASE
config-toolkit-easyzk-2.0.0-RELEASE
1.4.x
config-toolkit-easyzk-1.4.2-RELEASE
config-toolkit-easyzk-1.4.1-RELEASE
config-toolkit-easyzk-1.4.0-RELEASE
1.3.x
config-toolkit-easyzk-1.3.2-RELEASE
config-toolkit-easyzk-1.3.1-RELEASE
config-toolkit-easyzk-1.3.0-RELEASE
1.2.x
config-toolkit-easyzk-1.2.0-RELEASE
1.1.x
config-toolkit-easyzk-1.1.1-RELEASE
config-toolkit-easyzk-1.1.0-RELEASE

How to add a dependency to Maven

Add the following com.dangdang : config-toolkit-easyzk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dangdang</groupId>
    <artifactId>config-toolkit-easyzk</artifactId>
    <version>2.0.4-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dangdang : config-toolkit-easyzk gradle dependency to your build.gradle file:

implementation 'com.dangdang:config-toolkit-easyzk:2.0.4-RELEASE'

Gradle Kotlin DSL: Add the following com.dangdang : config-toolkit-easyzk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dangdang:config-toolkit-easyzk:2.0.4-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dangdang : config-toolkit-easyzk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dangdang" % "config-toolkit-easyzk" % "2.0.4-RELEASE"

Advertisement