c

clink-cdc-postgres

Files download
File Operation
clink-cdc-postgres-1.6.1.jar download
clink-cdc-postgres-1.6.1.pom download
clink-cdc-postgres-1.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.tenmg</groupId>
  <artifactId>clink-cdc-postgres</artifactId>
  <version>1.6.1</version>
</dependency>
Gradle Groovy
implementation 'cn.tenmg:clink-cdc-postgres:1.6.1'
Gradle Kotlin
implementation("cn.tenmg:clink-cdc-postgres:1.6.1")
Scala SBT
libraryDependencies += "cn.tenmg" % "clink-cdc-postgres" % "1.6.1"
Groovy Grape
@Grapes(
  @Grab(group='cn.tenmg', module='clink-cdc-postgres', version='1.6.1')
)
Apache Ivy
<dependency org="cn.tenmg" name="clink-cdc-postgres" rev="1.6.1" />
Leiningen
[cn.tenmg/clink-cdc-postgres "1.6.1"]
Apache Buildr
'cn.tenmg:clink-cdc-postgres:jar:1.6.1'