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