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