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