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