<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-sample-zookeeper</artifactId>
<version>3.1.8</version>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='spring-boot-admin-sample-zookeeper', version='3.1.8')
)
<dependency org="de.codecentric" name="spring-boot-admin-sample-zookeeper" rev="3.1.8" />
<parent> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-samples</artifactId> <version>3.1.8</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-web:3.1.5
|-- org.springframework.boot:spring-boot-starter-security:3.1.5
|-- de.codecentric:spring-boot-admin-starter-server:3.1.8
|-- org.springframework.cloud:spring-cloud-starter-zookeeper-discovery:4.0.1