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