<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-sample-reactive</artifactId>
<version>3.0.3</version>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='spring-boot-admin-sample-reactive', version='3.0.3')
)
<parent> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-samples</artifactId> <version>3.0.3</version> </parent>
compile
|-- de.codecentric:spring-boot-admin-starter-server:3.0.3
|-- org.springframework.boot:spring-boot-starter-security:3.0.6