<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-circuit-breaker</artifactId>
<version>3.3.0.CR1</version>
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-circuit-breaker', version='3.3.0.CR1')
)
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-ext-parent</artifactId> <version>20</version> </parent>
compile
|-- io.vertx:vertx-lang-groovy
provided
|-- com.netflix.hystrix:hystrix-core:1.5.2
test
|-- com.jayway.restassured:rest-assured:2.8.0
|-- junit:junit:4.12