a

adept

一个用于简化JDBC操作的轻量级DAO工具库
https://github.com/blinkfox/adept
The Apache Software License, Version 2.0
blinkfox
Files download
File Operation
adept-1.0.0.jar download
adept-1.0.0.pom download
adept-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.blinkfox</groupId>
  <artifactId>adept</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.blinkfox:adept:1.0.0'
Gradle Kotlin
implementation("com.blinkfox:adept:1.0.0")
Scala SBT
libraryDependencies += "com.blinkfox" % "adept" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.blinkfox', module='adept', version='1.0.0')
)
Apache Ivy
<dependency org="com.blinkfox" name="adept" rev="1.0.0" />
Leiningen
[com.blinkfox/adept "1.0.0"]
Apache Buildr
'com.blinkfox:adept:jar:1.0.0'