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