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