is not current version
Last Version 0.4

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

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.1
Type

Type

jar

Download table-data-copier 0.1


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