table-data-copier

copy table's data from one database to another database(same table schema)

License

License

Categories

Categories

Data
GroupId

GroupId

com.googlecode.usc
ArtifactId

ArtifactId

table-data-copier
Last Version

Last Version

0.4
Release Date

Release Date

Type

Type

jar
Description

Description

table-data-copier
copy table's data from one database to another database(same table schema)
Project URL

Project URL

http://blogjava.net/lishunli

Download table-data-copier

How to add to project

<!-- https://jarcasting.com/artifacts/com.googlecode.usc/table-data-copier/ -->
<dependency>
    <groupId>com.googlecode.usc</groupId>
    <artifactId>table-data-copier</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.usc/table-data-copier/
implementation 'com.googlecode.usc:table-data-copier:0.4'
// https://jarcasting.com/artifacts/com.googlecode.usc/table-data-copier/
implementation ("com.googlecode.usc:table-data-copier:0.4")
'com.googlecode.usc:table-data-copier:jar:0.4'
<dependency org="com.googlecode.usc" name="table-data-copier" rev="0.4">
  <artifact name="table-data-copier" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.usc', module='table-data-copier', version='0.4')
)
libraryDependencies += "com.googlecode.usc" % "table-data-copier" % "0.4"
[com.googlecode.usc/table-data-copier "0.4"]

Dependencies

compile (5)

Group / Artifact Type Version
com.oracle : ojdbc14 jar 10.2.0.2.0
mysql : mysql-connector-java jar 5.1.18
org.springframework : spring-jdbc jar 3.0.6.RELEASE
org.slf4j : slf4j-api jar 1.6.4
org.slf4j : slf4j-log4j12 jar 1.6.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Versions

Version
0.4
0.3
0.1