Download CommonDbFramework-0.1.1.jar file - Jar c

Jar examples for c:CommonDbFramework

Description

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.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add CommonDbFramework-0.1.1.jar to your project.

<dependency>
   <groupId>org.devzendo</groupId>
   <artifactId>CommonDbFramework</artifactId>
   <version>0.1.1</version>
</dependency>
compile group: 'org.devzendo', name: 'CommonDbFramework', version: '0.1.1'
libraryDependencies += "org.devzendo" % "CommonDbFramework" % "0.1.1"
<dependency org="org.devzendo" name="CommonDbFramework" rev="0.1.1"/>
@Grapes(@Grab(group='org.devzendo', module='CommonDbFramework', version='0.1.1'))
'org.devzendo:CommonDbFramework:jar:0.1.1'

Download

Click the following link to download the jar file.

CommonDbFramework-0.1.1-javadoc.jar
CommonDbFramework-0.1.1-sources.jar
CommonDbFramework-0.1.1-tests.jar
CommonDbFramework-0.1.1.jar
CommonDbFramework-0.1.1.pom



Related Tutorials