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