<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server-cloud</artifactId>
<version>2.2.4</version>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='spring-boot-admin-server-cloud', version='2.2.4')
)
<parent> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-build</artifactId> <version>2.2.4</version> </parent>
compile
|-- de.codecentric:spring-boot-admin-server:2.2.4
|-- org.springframework.cloud:spring-cloud-starter:2.2.2.RELEASE
|-- org.springframework.cloud:spring-cloud-starter-netflix-eureka-client:2.2.2.RELEASE
|-- org.springframework.cloud:spring-cloud-starter-kubernetes:1.1.2.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure-processor:2.2.7.RELEASE
|-- org.springframework.boot:spring-boot-configuration-processor:2.2.7.RELEASE
provided