<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-client</artifactId>
<version>3.0.0-M5</version>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='spring-boot-admin-client', version='3.0.0-M5')
)
<parent> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-build</artifactId> <version>3.0.0-M5</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter:3.0.0-RC1
|-- org.springframework.boot:spring-boot-starter-actuator:3.0.0-RC1
|-- org.springframework:spring-web:6.0.0-RC2
|-- org.springframework.boot:spring-boot-starter-web:3.0.0-RC1
|-- org.springframework.boot:spring-boot-autoconfigure-processor:3.0.0-RC1
|-- org.springframework.boot:spring-boot-configuration-processor:3.0.0-RC1