<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server</artifactId>
<version>1.5.6</version>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='spring-boot-admin-server', version='1.5.6')
)
<parent> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin</artifactId> <version>1.5.6</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-actuator
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.netflix.zuul:zuul-core
|-- com.netflix.hystrix:hystrix-core
|-- org.springframework.cloud:spring-cloud-netflix-core
|-- org.springframework.cloud:spring-cloud-context
|-- org.springframework.cloud:spring-cloud-commons
|-- org.apache.httpcomponents:httpclient
|-- org.springframework.boot:spring-boot-starter-mail
|-- org.springframework.cloud:spring-cloud-starter
|-- org.springframework.cloud:spring-cloud-starter-eureka
|-- org.springframework.boot:spring-boot-configuration-processor
test