<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server</artifactId>
<version>2.0.0</version>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='spring-boot-admin-server', version='2.0.0')
)
<parent> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-build</artifactId> <version>2.0.0</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter:2.0.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-webflux:2.0.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-web:2.0.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-thymeleaf:2.0.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-actuator:2.0.2.RELEASE
|-- io.projectreactor.addons:reactor-extra:3.1.6.RELEASE
|-- org.projectlombok:lombok:1.16.20
|-- org.springframework.boot:spring-boot-starter-mail:2.0.2.RELEASE
|-- com.hazelcast:hazelcast:3.9.4
|-- org.springframework.boot:spring-boot-configuration-processor:2.0.2.RELEASE