Files download
File Operation
spring-boot-starter-canal-2.0.1.RELEASE.jar download
spring-boot-starter-canal-2.0.1.RELEASE.pom download
spring-boot-starter-canal-2.0.1.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.luues.boot</groupId>
  <artifactId>spring-boot-starter-canal</artifactId>
  <version>2.0.1.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.luues.boot:spring-boot-starter-canal:2.0.1.RELEASE'
Gradle Kotlin
implementation("com.github.luues.boot:spring-boot-starter-canal:2.0.1.RELEASE")
Scala SBT
libraryDependencies += "com.github.luues.boot" % "spring-boot-starter-canal" % "2.0.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.luues.boot', module='spring-boot-starter-canal', version='2.0.1.RELEASE')
)
Apache Ivy
<dependency org="com.github.luues.boot" name="spring-boot-starter-canal" rev="2.0.1.RELEASE" />
Leiningen
[com.github.luues.boot/spring-boot-starter-canal "2.0.1.RELEASE"]
Apache Buildr
'com.github.luues.boot:spring-boot-starter-canal:jar:2.0.1.RELEASE'