In this page we are giving Maven Dependency of com.dangdang >> config-toolkit-easyzk version1.4.1-RELEASE
You should include the dependency code given in this page to add Maven Dependency of com.dangdang >> config-toolkit-easyzk version1.4.1-RELEASE in your project.
In this page we are going to discuss about config-toolkit-easyzk version 1.4.1-RELEASE maven dependencies. Maven tool is project management tool which you use to manage your project and easily use config-toolkit-easyzk version 1.4.1-RELEASE dependency by just including the code discussed here in pom.xml file of your Maven project.
Maven dependency automatically download dependent library of config-toolkit-easyzk version 1.4.1-RELEASE and include the necessary jar files in the project.
Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.
We also explained you dependency code of different build system like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc...
Maven dependency of config-toolkit-easyzk version 1.4.1-RELEASE:
<dependency> <groupId>com.dangdang</groupId> <artifactId>config-toolkit-easyzk</artifactId> <version>1.4.1-RELEASE</version> </dependency>
Gradle Dependency of config-toolkit-easyzk version 1.4.1-RELEASE
compile group: 'com.dangdang', name: 'config-toolkit-easyzk', version: '1.4.1-RELEASE'
SBT Dependency of config-toolkit-easyzk version 1.4.1-RELEASE
libraryDependencies += "com.dangdang" % "config-toolkit-easyzk" % "1.4.1-RELEASE"
Ivy Dependency of config-toolkit-easyzk version 1.4.1-RELEASE
<dependency org="com.dangdang" name="config-toolkit-easyzk" rev="1.4.1-RELEASE"/>
Grape Dependency of config-toolkit-easyzk version 1.4.1-RELEASE
@Grapes( @Grab(group='com.dangdang', module='config-toolkit-easyzk', version='1.4.1-RELEASE') )
Leiningen Dependency of config-toolkit-easyzk version 1.4.1-RELEASE
[com.dangdang/config-toolkit-easyzk "1.4.1-RELEASE"]
Buildr Dependency of config-toolkit-easyzk version 1.4.1-RELEASE
'com.dangdang:config-toolkit-easyzk:jar:1.4.1-RELEASE'
Advertisements