<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-mysql-postgresql-client</artifactId>
<version>3.9.0</version>
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-mysql-postgresql-client', version='3.9.0')
)
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-mysql-postgresql-client-parent</artifactId> <version>3.9.0</version> </parent>
compile
|-- org.scala-lang:scala-library:2.12.7
|-- com.github.mauricio:postgresql-async_2.12:0.2.21
|-- com.github.mauricio:mysql-async_2.12:0.2.21
provided
|-- org.slf4j:slf4j-api:1.7.21
test
|-- junit:junit:4.12
|-- com.jayway.awaitility:awaitility:1.6.3
|-- org.mockito:mockito-core:2.10.0
|-- org.testcontainers:testcontainers:1.8.3
|-- org.testcontainers:mysql:1.8.3
|-- mysql:mysql-connector-java:5.1.6