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