License |
License |
---|---|
GroupId | GroupIdde.viaboxx |
ArtifactId | ArtifactIddbmigrate-example |
Last Version | Last Version2.5.27 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExample project to demonstrate dbmigrate and dbimport
a collection of java tools/frameworks for database migration, file import in various format and code
generation
|
Project URL |
Project URL |
Filename | Size |
---|---|
dbmigrate-example-2.5.27.pom | |
dbmigrate-example-2.5.27.jar | 6 KB |
dbmigrate-example-2.5.27-sources.jar | 3 KB |
dbmigrate-example-2.5.27-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.viaboxx/dbmigrate-example/ -->
<dependency>
<groupId>de.viaboxx</groupId>
<artifactId>dbmigrate-example</artifactId>
<version>2.5.27</version>
</dependency>
// https://jarcasting.com/artifacts/de.viaboxx/dbmigrate-example/
implementation 'de.viaboxx:dbmigrate-example:2.5.27'
// https://jarcasting.com/artifacts/de.viaboxx/dbmigrate-example/
implementation ("de.viaboxx:dbmigrate-example:2.5.27")
'de.viaboxx:dbmigrate-example:jar:2.5.27'
<dependency org="de.viaboxx" name="dbmigrate-example" rev="2.5.27">
<artifact name="dbmigrate-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.viaboxx', module='dbmigrate-example', version='2.5.27')
)
libraryDependencies += "de.viaboxx" % "dbmigrate-example" % "2.5.27"
[de.viaboxx/dbmigrate-example "2.5.27"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
org.slf4j : slf4j-log4j12 Optional | jar | 1.7.25 |
org.dbunit : dbunit | jar | 2.4.8 |
de.viaboxx : dbmigrate | jar | 2.5.27 |
de.viaboxx : dbimport | jar | 2.5.27 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.4.13 |
Group / Artifact | Type | Version |
---|---|---|
ant-contrib : ant-contrib | jar | 20020829 |