Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.dangdang |
ArtifactId | ArtifactIdconfig-toolkit-easyzk |
Version | Version2.0.2-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.dangdang/config-toolkit-easyzk/ -->
<dependency>
<groupId>com.dangdang</groupId>
<artifactId>config-toolkit-easyzk</artifactId>
<version>2.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.dangdang/config-toolkit-easyzk/
implementation 'com.dangdang:config-toolkit-easyzk:2.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.dangdang/config-toolkit-easyzk/
implementation ("com.dangdang:config-toolkit-easyzk:2.0.2-RELEASE")
'com.dangdang:config-toolkit-easyzk:jar:2.0.2-RELEASE'
<dependency org="com.dangdang" name="config-toolkit-easyzk" rev="2.0.2-RELEASE">
<artifact name="config-toolkit-easyzk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dangdang', module='config-toolkit-easyzk', version='2.0.2-RELEASE')
)
libraryDependencies += "com.dangdang" % "config-toolkit-easyzk" % "2.0.2-RELEASE"
[com.dangdang/config-toolkit-easyzk "2.0.2-RELEASE"]