<dependency>
<groupId>de.codecentric</groupId>
<artifactId>chaos-monkey-spring-boot</artifactId>
<version>2.0.2</version>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='chaos-monkey-spring-boot', version='2.0.2')
)
compile
|-- org.springframework:spring-aspects:5.1.4.RELEASE
|-- org.springframework:spring-instrument:5.1.4.RELEASE
|-- org.aspectj:aspectjweaver:1.8.13
|-- org.projectlombok:lombok:1.16.20
|-- org.springframework.boot:spring-boot-configuration-processor:2.1.2.RELEASE
provided
|-- org.springframework.boot:spring-boot-starter-web:2.1.2.RELEASE
|-- org.slf4j:jcl-over-slf4j:1.7.25
|-- org.springframework.boot:spring-boot:2.1.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-actuator:2.1.2.RELEASE