License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sourceforge.openutils |
ArtifactId | ArtifactIdopenutils-dbmigration |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionopenutils dbmigration
DB Migration is a framework based on Spring for handling automatic db schema updates.
With DBMigration you can bundle upgrade scripts in you application. Its purpose
is to manage db updates consistently both for development than for production releases.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
openutils-dbmigration-2.2.0.pom | |
openutils-dbmigration-2.2.0.jar | 82 KB |
openutils-dbmigration-2.2.0-sources.jar | 66 KB |
openutils-dbmigration-2.2.0-javadoc.jar | 296 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-dbmigration/ -->
<dependency>
<groupId>net.sourceforge.openutils</groupId>
<artifactId>openutils-dbmigration</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-dbmigration/
implementation 'net.sourceforge.openutils:openutils-dbmigration:2.2.0'
// https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-dbmigration/
implementation ("net.sourceforge.openutils:openutils-dbmigration:2.2.0")
'net.sourceforge.openutils:openutils-dbmigration:jar:2.2.0'
<dependency org="net.sourceforge.openutils" name="openutils-dbmigration" rev="2.2.0">
<artifact name="openutils-dbmigration" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.openutils', module='openutils-dbmigration', version='2.2.0')
)
libraryDependencies += "net.sourceforge.openutils" % "openutils-dbmigration" % "2.2.0"
[net.sourceforge.openutils/openutils-dbmigration "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.4 |
commons-io : commons-io | jar | 2.4 |
org.springframework : spring-jdbc | jar | 4.2.5.RELEASE |
org.springframework : spring-beans | jar | 4.2.5.RELEASE |
org.springframework : spring-core | jar | 4.2.5.RELEASE |
org.slf4j : slf4j-api | jar | 1.7.20 |
org.slf4j : jcl-over-slf4j | jar | 1.7.20 |
org.apache.poi : poi Optional | jar | 3.14 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.10 |