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