<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server</artifactId>
<version>2.4.2</version>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='spring-boot-admin-server', version='2.4.2')
)
<parent> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-build</artifactId> <version>2.4.2</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter:2.4.6
|-- org.springframework.boot:spring-boot-starter-webflux:2.4.6
|-- org.springframework.boot:spring-boot-starter-web:2.4.6
|-- org.springframework.boot:spring-boot-starter-thymeleaf:2.4.6
|-- org.springframework.boot:spring-boot-starter-actuator:2.4.6
|-- org.apache.httpcomponents:httpclient:4.5.13
|-- io.projectreactor.addons:reactor-extra:3.4.3
|-- org.projectlombok:lombok:1.18.20
|-- org.springframework.boot:spring-boot-starter-mail:2.4.6
|-- com.hazelcast:hazelcast:4.0.3
|-- org.springframework.boot:spring-boot-autoconfigure-processor:2.4.6
|-- org.springframework.boot:spring-boot-configuration-processor:2.4.6
provided