<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server</artifactId>
<version>3.4.0</version>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='spring-boot-admin-server', version='3.4.0')
)
<parent> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-build</artifactId> <version>3.4.0</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter:3.4.0
|-- org.springframework.boot:spring-boot-starter-webflux:3.4.0
|-- org.springframework.boot:spring-boot-starter-web:3.4.0
|-- org.springframework.boot:spring-boot-starter-thymeleaf:3.4.0
|-- org.springframework.boot:spring-boot-starter-actuator:3.4.0
|-- org.apache.httpcomponents.client5:httpclient5:5.4.1
|-- io.projectreactor.addons:reactor-extra:3.5.2
|-- org.projectlombok:lombok:1.18.36
|-- org.springframework.boot:spring-boot-starter-mail:3.4.0
|-- com.hazelcast:hazelcast:5.5.0
|-- org.springframework.boot:spring-boot-autoconfigure-processor:3.4.0
|-- org.springframework.boot:spring-boot-configuration-processor:3.4.0