Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.googlecode.usc |
ArtifactId | ArtifactIdtable-data-copier |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
table-data-copier-0.1.pom | |
table-data-copier-0.1.jar | 66 KB |
table-data-copier-0.1-sources.jar | 54 KB |
table-data-copier-0.1-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.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"]