| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices CLI User Interface |
| GroupId | GroupIdcom.github.mxsm |
| ArtifactId | ArtifactIdzkclient-spring-boot-starter |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionzkclient-spring-boot-starter
zookeeper client Spring boot Starter
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.mxsm/zkclient-spring-boot-starter/ -->
<dependency>
<groupId>com.github.mxsm</groupId>
<artifactId>zkclient-spring-boot-starter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mxsm/zkclient-spring-boot-starter/
implementation 'com.github.mxsm:zkclient-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/com.github.mxsm/zkclient-spring-boot-starter/
implementation ("com.github.mxsm:zkclient-spring-boot-starter:1.0.1")
'com.github.mxsm:zkclient-spring-boot-starter:jar:1.0.1'
<dependency org="com.github.mxsm" name="zkclient-spring-boot-starter" rev="1.0.1">
<artifact name="zkclient-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mxsm', module='zkclient-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "com.github.mxsm" % "zkclient-spring-boot-starter" % "1.0.1"
[com.github.mxsm/zkclient-spring-boot-starter "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | |
| org.springframework.boot : spring-boot-configuration-processor | jar | |
| com.github.mxsm : zkClient | jar | 1.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | |
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-test | jar |