MVN

io.github.liwei0903nn : easy-canal

Maven & Gradle

Jul 10, 2023
3 stars

easy-canal · easy use for canal client

<dependency>
    <groupId>io.github.liwei0903nn</groupId>
    <artifactId>easy-canal</artifactId>
    <version>5.0.8-SNAPSHOP</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.liwei0903nn : easy-canal to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.8-SNAPSHOP

All Versions

Choose a version of io.github.liwei0903nn : easy-canal to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
easy-canal-5.0.8-SNAPSHOP
easy-canal-5.0.7-SNAPSHOP
easy-canal-5.0.5-SNAPSHOP
easy-canal-5.0.0-SNAPSHOP
4.1.x
easy-canal-4.1.0-SNAPSHOP
4.0.x
easy-canal-4.0.0-SNAPSHOP
3.25.x
easy-canal-3.25.0-SNAPSHOP
3.24.x
easy-canal-3.24.0-SNAPSHOP
3.21.x
easy-canal-3.21.0-SNAPSHOP
3.20.x
easy-canal-3.20.0-SNAPSHOP
3.19.x
easy-canal-3.19.0-SNAPSHOP
3.18.x
easy-canal-3.18.0-SNAPSHOP
3.17.x
easy-canal-3.17.0-SNAPSHOP
3.16.x
easy-canal-3.16.0-SNAPSHOP
3.15.x
easy-canal-3.15.0-SNAPSHOP
3.14.x
easy-canal-3.14.0-SNAPSHOP
3.13.x
easy-canal-3.13.0-SNAPSHOP
3.12.x
easy-canal-3.12.0-SNAPSHOP
3.11.x
easy-canal-3.11.0-SNAPSHOP
3.10.x
easy-canal-3.10.0-SNAPSHOP
3.9.x
easy-canal-3.9.0-SNAPSHOP
3.8.x
easy-canal-3.8.0-SNAPSHOP
3.7.x
easy-canal-3.7.0-SNAPSHOP
3.5.x
easy-canal-3.5.0-SNAPSHOP
3.4.x
easy-canal-3.4.0-SNAPSHOP
3.3.x
easy-canal-3.3.0-SNAPSHOP
3.2.x
easy-canal-3.2.0-SNAPSHOP
3.1.x
easy-canal-3.1.0-SNAPSHOP
3.0.x
easy-canal-3.0.0-SNAPSHOP
2.9.x
easy-canal-2.9.0-SNAPSHOP
2.8.x
easy-canal-2.8.0-SNAPSHOP
2.7.x
easy-canal-2.7.0-SNAPSHOP
2.6.x
easy-canal-2.6.0-SNAPSHOP
2.5.x
easy-canal-2.5.0-SNAPSHOP
2.4.x
easy-canal-2.4.0-SNAPSHOP
2.3.x
easy-canal-2.3.0-SNAPSHOP
2.2.x
easy-canal-2.2.0-SNAPSHOP
2.1.x
easy-canal-2.1.0-SNAPSHOP
2.0.x
easy-canal-2.0.0-SNAPSHOP
1.9.x
easy-canal-1.9.0-SNAPSHOP
1.8.x
easy-canal-1.8.0-SNAPSHOP
1.7.x
easy-canal-1.7.0-SNAPSHOP
1.6.x
easy-canal-1.6.0-SNAPSHOP
1.5.x
easy-canal-1.5.0-SNAPSHOP
1.4.x
easy-canal-1.4.0-SNAPSHOP
1.3.x
easy-canal-1.3.0-SNAPSHOP
1.2.x
easy-canal-1.2.0-SNAPSHOP
1.1.x
easy-canal-1.1.0-SNAPSHOP
1.0.x
easy-canal-1.0.0-SNAPSHOP

How to add a dependency to Maven

Add the following io.github.liwei0903nn : easy-canal maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.liwei0903nn</groupId>
    <artifactId>easy-canal</artifactId>
    <version>5.0.8-SNAPSHOP</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.liwei0903nn : easy-canal gradle dependency to your build.gradle file:

implementation 'io.github.liwei0903nn:easy-canal:5.0.8-SNAPSHOP'

Gradle Kotlin DSL: Add the following io.github.liwei0903nn : easy-canal gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.liwei0903nn:easy-canal:5.0.8-SNAPSHOP")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.liwei0903nn : easy-canal sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.liwei0903nn" % "easy-canal" % "5.0.8-SNAPSHOP"