is not current version
Last Version 0.4

com.googlecode.usc:table-data-copier 0.3

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

Categories

Categories

Data
GroupId

GroupId

com.googlecode.usc
ArtifactId

ArtifactId

table-data-copier
Version

Version

0.3
Type

Type

jar

Download table-data-copier 0.3


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