<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-client</artifactId>
<version>2.7.10</version>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='spring-boot-admin-client', version='2.7.10')
)
<parent> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-build</artifactId> <version>2.7.10</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter:2.7.5
|-- org.springframework.boot:spring-boot-starter-actuator:2.7.5
|-- org.springframework:spring-web:5.3.23
|-- org.springframework.boot:spring-boot-starter-web:2.7.5
|-- org.springframework.boot:spring-boot-autoconfigure-processor:2.7.5
|-- org.springframework.boot:spring-boot-configuration-processor:2.7.5
|-- org.springframework:spring-webflux:5.3.23
|-- org.projectlombok:lombok:1.18.24
provided