<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-mysql-postgresql-client</artifactId>
<version>3.5.1</version>
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-mysql-postgresql-client', version='3.5.1')
)
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-ext-parent</artifactId> <version>28</version> </parent>
compile
|-- org.scala-lang:scala-library:2.12.4
|-- com.github.mauricio:postgresql-async_2.12:0.2.21
|-- com.github.mauricio:mysql-async_2.12:0.2.21
|-- io.vertx:vertx-lang-groovy
|-- io.vertx:vertx-lang-kotlin
|-- io.vertx:vertx-rx-java:3.5.1
|-- io.vertx:vertx-rx-java2:3.5.1
provided
|-- org.slf4j:slf4j-api:1.7.21
test
|-- junit:junit:4.12