| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdcom.github.usc |
| ArtifactId | ArtifactIdtable-data-copier |
| Last Version | Last Version0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiontable-data-copier
copy table's data from one database to another database(same table schema)
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| table-data-copier-0.2.pom | |
| table-data-copier-0.2.jar | 66 KB |
| table-data-copier-0.2-sources.jar | 54 KB |
| table-data-copier-0.2-javadoc.jar | 22 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.9 |