| GroupId | GroupIdcom.alibaba.otter |
|---|---|
| ArtifactId | ArtifactIdcanal.parse.dbsync |
| Version | Version1.0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| canal.parse.dbsync-1.0.7.pom | |
| canal.parse.dbsync-1.0.7.jar | 73 KB |
| canal.parse.dbsync-1.0.7-sources.jar | 75 KB |
| canal.parse.dbsync-1.0.7-javadoc.jar | 321 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.otter/canal.parse.dbsync/ -->
<dependency>
<groupId>com.alibaba.otter</groupId>
<artifactId>canal.parse.dbsync</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.otter/canal.parse.dbsync/
implementation 'com.alibaba.otter:canal.parse.dbsync:1.0.7'
// https://jarcasting.com/artifacts/com.alibaba.otter/canal.parse.dbsync/
implementation ("com.alibaba.otter:canal.parse.dbsync:1.0.7")
'com.alibaba.otter:canal.parse.dbsync:jar:1.0.7'
<dependency org="com.alibaba.otter" name="canal.parse.dbsync" rev="1.0.7">
<artifact name="canal.parse.dbsync" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.otter', module='canal.parse.dbsync', version='1.0.7')
)
libraryDependencies += "com.alibaba.otter" % "canal.parse.dbsync" % "1.0.7"
[com.alibaba.otter/canal.parse.dbsync "1.0.7"]