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