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