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