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