Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.yingzhuo |
ArtifactId | ArtifactIdcarnival-spring-boot-starter-curator |
Version | Version1.7.15 |
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.15</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.15'
// https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-curator/
implementation ("com.github.yingzhuo:carnival-spring-boot-starter-curator:1.7.15")
'com.github.yingzhuo:carnival-spring-boot-starter-curator:jar:1.7.15'
<dependency org="com.github.yingzhuo" name="carnival-spring-boot-starter-curator" rev="1.7.15">
<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.15')
)
libraryDependencies += "com.github.yingzhuo" % "carnival-spring-boot-starter-curator" % "1.7.15"
[com.github.yingzhuo/carnival-spring-boot-starter-curator "1.7.15"]