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