is not current version
Last Version 1.1.6

com.alibaba.otter:canal.example 1.1.1


GroupId

GroupId

com.alibaba.otter
ArtifactId

ArtifactId

canal.example
Version

Version

1.1.1
Type

Type

jar

Download canal.example 1.1.1


<!-- https://jarcasting.com/artifacts/com.alibaba.otter/canal.example/ -->
<dependency>
    <groupId>com.alibaba.otter</groupId>
    <artifactId>canal.example</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.otter/canal.example/
implementation 'com.alibaba.otter:canal.example:1.1.1'
// https://jarcasting.com/artifacts/com.alibaba.otter/canal.example/
implementation ("com.alibaba.otter:canal.example:1.1.1")
'com.alibaba.otter:canal.example:jar:1.1.1'
<dependency org="com.alibaba.otter" name="canal.example" rev="1.1.1">
  <artifact name="canal.example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.otter', module='canal.example', version='1.1.1')
)
libraryDependencies += "com.alibaba.otter" % "canal.example" % "1.1.1"
[com.alibaba.otter/canal.example "1.1.1"]