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