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