<dependency>
<groupId>de.codecentric</groupId>
<artifactId>chaos-monkey-spring-boot</artifactId>
<version>2.2.0</version>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='chaos-monkey-spring-boot', version='2.2.0')
)
compile
|-- org.springframework:spring-aspects:5.1.9.RELEASE
|-- org.springframework:spring-instrument:5.1.9.RELEASE
|-- org.aspectj:aspectjweaver:1.9.4
|-- org.projectlombok:lombok:1.18.10
|-- org.springframework.boot:spring-boot-configuration-processor:2.1.8.RELEASE
provided
|-- org.springframework.boot:spring-boot-starter-web:2.1.8.RELEASE
|-- org.slf4j:jcl-over-slf4j:1.7.28
|-- org.springframework.boot:spring-boot:2.1.8.RELEASE
|-- org.springframework.boot:spring-boot-starter-actuator:2.1.8.RELEASE