| GroupId | GroupIdcom.alibaba.otter |
|---|---|
| ArtifactId | ArtifactIdcanal.parse.dbsync |
| Version | Version1.0.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| canal.parse.dbsync-1.0.10.pom | |
| canal.parse.dbsync-1.0.10.jar | 74 KB |
| canal.parse.dbsync-1.0.10-sources.jar | 76 KB |
| canal.parse.dbsync-1.0.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.otter/canal.parse.dbsync/
implementation 'com.alibaba.otter:canal.parse.dbsync:1.0.10'
// https://jarcasting.com/artifacts/com.alibaba.otter/canal.parse.dbsync/
implementation ("com.alibaba.otter:canal.parse.dbsync:1.0.10")
'com.alibaba.otter:canal.parse.dbsync:jar:1.0.10'
<dependency org="com.alibaba.otter" name="canal.parse.dbsync" rev="1.0.10">
<artifact name="canal.parse.dbsync" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.otter', module='canal.parse.dbsync', version='1.0.10')
)
libraryDependencies += "com.alibaba.otter" % "canal.parse.dbsync" % "1.0.10"
[com.alibaba.otter/canal.parse.dbsync "1.0.10"]