Jar examples for c:CommonDbFramework
Helper module for working with H2 databases. Helps with opening with password prompting, upgrading, providing a version table, and creating. Based on some of the ideas from the MiniMiser framework. (Apache License v2) 2012 Matt Gumbley, DevZendo.org
You can download jar file CommonDbFramework 0.1.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add CommonDbFramework-0.1.0.jar to your project.
<dependency> <groupId>org.devzendo</groupId> <artifactId>CommonDbFramework</artifactId> <version>0.1.0</version> </dependency>
compile group: 'org.devzendo', name: 'CommonDbFramework', version: '0.1.0'
libraryDependencies += "org.devzendo" % "CommonDbFramework" % "0.1.0"
<dependency org="org.devzendo" name="CommonDbFramework" rev="0.1.0"/>
@Grapes(@Grab(group='org.devzendo', module='CommonDbFramework', version='0.1.0'))
'org.devzendo:CommonDbFramework:jar:0.1.0'
Click the following link to download the jar file.
CommonDbFramework-0.1.0-javadoc.jar