Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdde.codecentric |
ArtifactId | ArtifactIdspring-boot-admin-sample-zookeeper |
Version | Version2.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.codecentric/spring-boot-admin-sample-zookeeper/ -->
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-sample-zookeeper</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecentric/spring-boot-admin-sample-zookeeper/
implementation 'de.codecentric:spring-boot-admin-sample-zookeeper:2.0.5'
// https://jarcasting.com/artifacts/de.codecentric/spring-boot-admin-sample-zookeeper/
implementation ("de.codecentric:spring-boot-admin-sample-zookeeper:2.0.5")
'de.codecentric:spring-boot-admin-sample-zookeeper:jar:2.0.5'
<dependency org="de.codecentric" name="spring-boot-admin-sample-zookeeper" rev="2.0.5">
<artifact name="spring-boot-admin-sample-zookeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='spring-boot-admin-sample-zookeeper', version='2.0.5')
)
libraryDependencies += "de.codecentric" % "spring-boot-admin-sample-zookeeper" % "2.0.5"
[de.codecentric/spring-boot-admin-sample-zookeeper "2.0.5"]