Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.googlecode.usc |
ArtifactId | ArtifactIdtable-data-copier |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
table-data-copier-0.3.pom | |
table-data-copier-0.3.jar | 67 KB |
table-data-copier-0.3-sources.jar | 54 KB |
table-data-copier-0.3-javadoc.jar | 22 KB |
Browse |
<!-- 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"]