Files download
File Operation
ldk-0.1.8-beta12-hotfix2.pom download
Apache Maven
<dependency>
  <groupId>com.lgou2w</groupId>
  <artifactId>ldk</artifactId>
  <version>0.1.8-beta12-hotfix2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.lgou2w:ldk:0.1.8-beta12-hotfix2'
Gradle Kotlin
implementation("com.lgou2w:ldk:0.1.8-beta12-hotfix2")
Scala SBT
libraryDependencies += "com.lgou2w" % "ldk" % "0.1.8-beta12-hotfix2"
Groovy Grape
@Grapes(
  @Grab(group='com.lgou2w', module='ldk', version='0.1.8-beta12-hotfix2')
)
Apache Ivy
<dependency org="com.lgou2w" name="ldk" rev="0.1.8-beta12-hotfix2" />
Leiningen
[com.lgou2w/ldk "0.1.8-beta12-hotfix2"]
Apache Buildr
'com.lgou2w:ldk:jar:0.1.8-beta12-hotfix2'