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