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