<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-client-services</artifactId>
<version>3.6.2</version>
<type>pom</type>
</dependency>
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-ext-parent</artifactId> <version>34</version> </parent>
compile
|-- io.vertx:vertx-service-proxy
|-- io.vertx:vertx-service-factory
provided
test
|-- org.hamcrest:hamcrest-core:1.3
|-- org.hamcrest:hamcrest-library:1.3
|-- junit:junit:4.12
|-- org.slf4j:slf4j-api:1.7.25