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