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