d

datarouter-copy-table

datarouter-copy-table
文件下载
文件名 操作
datarouter-copy-table-0.0.97.jar 下载
datarouter-copy-table-0.0.97.pom 下载
datarouter-copy-table-0.0.97-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.datarouter</groupId>
  <artifactId>datarouter-copy-table</artifactId>
  <version>0.0.97</version>
</dependency>
Gradle Groovy
implementation 'io.datarouter:datarouter-copy-table:0.0.97'
Gradle Kotlin
implementation("io.datarouter:datarouter-copy-table:0.0.97")
Scala SBT
libraryDependencies += "io.datarouter" % "datarouter-copy-table" % "0.0.97"
Groovy Grape
@Grapes(
  @Grab(group='io.datarouter', module='datarouter-copy-table', version='0.0.97')
)
Apache Ivy
<dependency org="io.datarouter" name="datarouter-copy-table" rev="0.0.97" />
Leiningen
[io.datarouter/datarouter-copy-table "0.0.97"]
Apache Buildr
'io.datarouter:datarouter-copy-table:jar:0.0.97'