Files download
File Operation
simple-jdbc-0.4.0.jar download
simple-jdbc-0.4.0.pom download
simple-jdbc-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.itsallcode</groupId>
  <artifactId>simple-jdbc</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'org.itsallcode:simple-jdbc:0.4.0'
Gradle Kotlin
implementation("org.itsallcode:simple-jdbc:0.4.0")
Scala SBT
libraryDependencies += "org.itsallcode" % "simple-jdbc" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.itsallcode', module='simple-jdbc', version='0.4.0')
)
Apache Ivy
<dependency org="org.itsallcode" name="simple-jdbc" rev="0.4.0" />
Leiningen
[org.itsallcode/simple-jdbc "0.4.0"]
Apache Buildr
'org.itsallcode:simple-jdbc:jar:0.4.0'
Dependencies
The project has no third-party dependencies