Last Version

table-data-copier 0.2

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

License

License

Categories

Categories

Data
GroupId

GroupId

com.github.usc
ArtifactId

ArtifactId

table-data-copier
Version

Version

0.2
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 0.2


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

Dependencies

compile (5)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.9

Project Modules

There are no modules declared in this project.