is not current version
Last Version 0.1.1

org.devzendo:CommonDbFramework 0.1.0

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

GroupId

GroupId

org.devzendo
ArtifactId

ArtifactId

CommonDbFramework
Version

Version

0.1.0
Type

Type

jar

Download CommonDbFramework 0.1.0


<!-- https://jarcasting.com/artifacts/org.devzendo/CommonDbFramework/ -->
<dependency>
    <groupId>org.devzendo</groupId>
    <artifactId>CommonDbFramework</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.devzendo/CommonDbFramework/
implementation 'org.devzendo:CommonDbFramework:0.1.0'
// https://jarcasting.com/artifacts/org.devzendo/CommonDbFramework/
implementation ("org.devzendo:CommonDbFramework:0.1.0")
'org.devzendo:CommonDbFramework:jar:0.1.0'
<dependency org="org.devzendo" name="CommonDbFramework" rev="0.1.0">
  <artifact name="CommonDbFramework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.devzendo', module='CommonDbFramework', version='0.1.0')
)
libraryDependencies += "org.devzendo" % "CommonDbFramework" % "0.1.0"
[org.devzendo/CommonDbFramework "0.1.0"]