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