<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-sample-eureka</artifactId>
<version>2.7.10</version>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='spring-boot-admin-sample-eureka', version='2.7.10')
)
<parent> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-samples</artifactId> <version>2.7.10</version> </parent>
compile
|-- de.codecentric:spring-boot-admin-starter-server:2.7.10
|-- org.springframework.boot:spring-boot-starter-web:2.7.5
|-- org.springframework.boot:spring-boot-starter-security:2.7.5
|-- org.springframework.cloud:spring-cloud-starter-netflix-eureka-client:3.1.4