Files download
File Operation
jdbc-2.6.jar download
jdbc-2.6.pom download
jdbc-2.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.shaohuizhe</groupId>
  <artifactId>jdbc</artifactId>
  <version>2.6</version>
</dependency>
Gradle Groovy
implementation 'io.github.shaohuizhe:jdbc:2.6'
Gradle Kotlin
implementation("io.github.shaohuizhe:jdbc:2.6")
Scala SBT
libraryDependencies += "io.github.shaohuizhe" % "jdbc" % "2.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.shaohuizhe', module='jdbc', version='2.6')
)
Apache Ivy
<dependency org="io.github.shaohuizhe" name="jdbc" rev="2.6" />
Leiningen
[io.github.shaohuizhe/jdbc "2.6"]
Apache Buildr
'io.github.shaohuizhe:jdbc:jar:2.6'