<dependency>
<groupId>de.codecentric</groupId>
<artifactId>chaos-monkey-spring-boot</artifactId>
<version>1.5.0</version>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='chaos-monkey-spring-boot', version='1.5.0')
)
compile
|-- org.springframework:spring-aspects:4.3.16.RELEASE
|-- org.apache.commons:commons-lang3:3.4
|-- org.springframework.boot:spring-boot-configuration-processor:1.5.12.RELEASE
provided
|-- org.springframework.boot:spring-boot-starter-web:1.5.12.RELEASE
|-- org.slf4j:jcl-over-slf4j:1.7.25
|-- org.projectlombok:lombok:1.16.20
|-- org.springframework.boot:spring-boot:1.5.12.RELEASE
|-- org.springframework.boot:spring-boot-starter-actuator:1.5.12.RELEASE