t

toolbox-db

toolbox 数据库操作工具包
Files download
File Operation
toolbox-db-2.6.7.jar download
toolbox-db-2.6.7.pom download
toolbox-db-2.6.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hughwick</groupId>
  <artifactId>toolbox-db</artifactId>
  <version>2.6.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.hughwick:toolbox-db:2.6.7'
Gradle Kotlin
implementation("com.github.hughwick:toolbox-db:2.6.7")
Scala SBT
libraryDependencies += "com.github.hughwick" % "toolbox-db" % "2.6.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hughwick', module='toolbox-db', version='2.6.7')
)
Apache Ivy
<dependency org="com.github.hughwick" name="toolbox-db" rev="2.6.7" />
Leiningen
[com.github.hughwick/toolbox-db "2.6.7"]
Apache Buildr
'com.github.hughwick:toolbox-db:jar:2.6.7'