Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.luues.boot |
ArtifactId | ArtifactIdspring-boot-starter-canal |
Version | Version1.0.1.7.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.luues.boot/spring-boot-starter-canal/ -->
<dependency>
<groupId>com.github.luues.boot</groupId>
<artifactId>spring-boot-starter-canal</artifactId>
<version>1.0.1.7.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luues.boot/spring-boot-starter-canal/
implementation 'com.github.luues.boot:spring-boot-starter-canal:1.0.1.7.RELEASE'
// https://jarcasting.com/artifacts/com.github.luues.boot/spring-boot-starter-canal/
implementation ("com.github.luues.boot:spring-boot-starter-canal:1.0.1.7.RELEASE")
'com.github.luues.boot:spring-boot-starter-canal:jar:1.0.1.7.RELEASE'
<dependency org="com.github.luues.boot" name="spring-boot-starter-canal" rev="1.0.1.7.RELEASE">
<artifact name="spring-boot-starter-canal" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luues.boot', module='spring-boot-starter-canal', version='1.0.1.7.RELEASE')
)
libraryDependencies += "com.github.luues.boot" % "spring-boot-starter-canal" % "1.0.1.7.RELEASE"
[com.github.luues.boot/spring-boot-starter-canal "1.0.1.7.RELEASE"]