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