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