is not current version
Last Version 0.1.1

org.devzendo:CommonDb 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

CommonDb
Version

Version

0.1.0
Type

Type

pom

Download CommonDb 0.1.0

Filename Size
CommonDb-0.1.0.pom 7 KB
Browse

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