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