License |
License |
---|---|
GroupId | GroupIdorg.devzendo |
ArtifactId | ArtifactIdCommonDb |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCommonDb
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-2013 Matt Gumbley, DevZendo.org
|
Filename | Size |
---|---|
CommonDb-0.1.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.devzendo/CommonDb/ -->
<dependency>
<groupId>org.devzendo</groupId>
<artifactId>CommonDb</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.devzendo/CommonDb/
implementation 'org.devzendo:CommonDb:0.1.1'
// https://jarcasting.com/artifacts/org.devzendo/CommonDb/
implementation ("org.devzendo:CommonDb:0.1.1")
'org.devzendo:CommonDb:pom:0.1.1'
<dependency org="org.devzendo" name="CommonDb" rev="0.1.1">
<artifact name="CommonDb" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.devzendo', module='CommonDb', version='0.1.1')
)
libraryDependencies += "org.devzendo" % "CommonDb" % "0.1.1"
[org.devzendo/CommonDb "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.6 |
org.slf4j : jcl-over-slf4j | jar | 1.6.6 |
org.slf4j : jul-to-slf4j | jar | 1.6.6 |
com.h2database : h2 | jar | 1.3.168 |
org.springframework : spring-jdbc | jar | 3.1.2.RELEASE |
org.scala-lang : scala-library | jar | 2.10.1 |
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
org.slf4j : log4j-over-slf4j | jar | 1.6.6 |
org.slf4j : slf4j-log4j12 | jar | 1.6.6 |
junit : junit | jar | 4.10 |
org.easymock : easymock | jar | 3.1 |
org.scalatest : scalatest_2.10.0 | jar | 1.8 |