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