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