License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.alibaba.otter |
ArtifactId | ArtifactIdcanal.kafka.client |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncanal kafka client module for otter 1.1.0
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
canal.kafka.client-1.1.0.pom | |
canal.kafka.client-1.1.0.jar | 17 KB |
canal.kafka.client-1.1.0-sources.jar | 9 KB |
canal.kafka.client-1.1.0-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.otter/canal.kafka.client/ -->
<dependency>
<groupId>com.alibaba.otter</groupId>
<artifactId>canal.kafka.client</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.otter/canal.kafka.client/
implementation 'com.alibaba.otter:canal.kafka.client:1.1.0'
// https://jarcasting.com/artifacts/com.alibaba.otter/canal.kafka.client/
implementation ("com.alibaba.otter:canal.kafka.client:1.1.0")
'com.alibaba.otter:canal.kafka.client:jar:1.1.0'
<dependency org="com.alibaba.otter" name="canal.kafka.client" rev="1.1.0">
<artifact name="canal.kafka.client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.otter', module='canal.kafka.client', version='1.1.0')
)
libraryDependencies += "com.alibaba.otter" % "canal.kafka.client" % "1.1.0"
[com.alibaba.otter/canal.kafka.client "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba.otter : canal.protocol | jar | 1.1.0 |
org.apache.kafka : kafka-clients | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |