文件下载
文件名 操作
DAL-java-0.6.7.jar 下载
DAL-java-0.6.7.pom 下载
DAL-java-0.6.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.leeonky</groupId>
  <artifactId>DAL-java</artifactId>
  <version>0.6.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.leeonky:DAL-java:0.6.7'
Gradle Kotlin
implementation("com.github.leeonky:DAL-java:0.6.7")
Scala SBT
libraryDependencies += "com.github.leeonky" % "DAL-java" % "0.6.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.leeonky', module='DAL-java', version='0.6.7')
)
Apache Ivy
<dependency org="com.github.leeonky" name="DAL-java" rev="0.6.7" />
Leiningen
[com.github.leeonky/DAL-java "0.6.7"]
Apache Buildr
'com.github.leeonky:DAL-java:jar:0.6.7'