Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.datarouter |
ArtifactId | ArtifactIddatarouter-copy-table |
Version | Version0.0.62 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.datarouter/datarouter-copy-table/ -->
<dependency>
<groupId>io.datarouter</groupId>
<artifactId>datarouter-copy-table</artifactId>
<version>0.0.62</version>
</dependency>
// https://jarcasting.com/artifacts/io.datarouter/datarouter-copy-table/
implementation 'io.datarouter:datarouter-copy-table:0.0.62'
// https://jarcasting.com/artifacts/io.datarouter/datarouter-copy-table/
implementation ("io.datarouter:datarouter-copy-table:0.0.62")
'io.datarouter:datarouter-copy-table:jar:0.0.62'
<dependency org="io.datarouter" name="datarouter-copy-table" rev="0.0.62">
<artifact name="datarouter-copy-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datarouter', module='datarouter-copy-table', version='0.0.62')
)
libraryDependencies += "io.datarouter" % "datarouter-copy-table" % "0.0.62"
[io.datarouter/datarouter-copy-table "0.0.62"]