| License |
License |
|---|---|
| GroupId | GroupIdde.viaboxx |
| ArtifactId | ArtifactIddbmigrate |
| Last Version | Last Version2.5.27 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDatabase migration and setup tools
a collection of java tools/frameworks for database migration, file import in various format and code
generation
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| dbmigrate-2.5.27.pom | |
| dbmigrate-2.5.27.jar | 276 KB |
| dbmigrate-2.5.27-sources.jar | 175 KB |
| dbmigrate-2.5.27-javadoc.jar | 905 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.viaboxx/dbmigrate/ -->
<dependency>
<groupId>de.viaboxx</groupId>
<artifactId>dbmigrate</artifactId>
<version>2.5.27</version>
</dependency>
// https://jarcasting.com/artifacts/de.viaboxx/dbmigrate/
implementation 'de.viaboxx:dbmigrate:2.5.27'
// https://jarcasting.com/artifacts/de.viaboxx/dbmigrate/
implementation ("de.viaboxx:dbmigrate:2.5.27")
'de.viaboxx:dbmigrate:jar:2.5.27'
<dependency org="de.viaboxx" name="dbmigrate" rev="2.5.27">
<artifact name="dbmigrate" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.viaboxx', module='dbmigrate', version='2.5.27')
)
libraryDependencies += "de.viaboxx" % "dbmigrate" % "2.5.27"
[de.viaboxx/dbmigrate "2.5.27"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-dbcp : commons-dbcp Optional | jar | 1.4 |
| org.springframework : spring-beans Optional | jar | 5.0.4.RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| commons-io : commons-io | jar | 2.6 |
| commons-lang : commons-lang | jar | 2.6 |
| com.thoughtworks.xstream : xstream Optional | jar | 1.4.10 |
| org.freemarker : freemarker Optional | jar | 2.3.23 |
| org.dbunit : dbunit Optional | jar | 2.4.8 |
| org.codehaus.groovy : groovy-all Optional | jar | 2.4.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 Optional | jar | 1.7.25 |
| junit : junit | jar | 4.12 |
| log4j : log4j Optional | jar | 1.2.17 |