Categories |
CategoriesMySQL Data Databases PostgreSQL CLI User Interface |
---|---|
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-mysql-postgresql-client-jasync |
Version | Version3.7.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-mysql-postgresql-client-jasync/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-mysql-postgresql-client-jasync</artifactId>
<version>3.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-mysql-postgresql-client-jasync/
implementation 'io.vertx:vertx-mysql-postgresql-client-jasync:3.7.1'
// https://jarcasting.com/artifacts/io.vertx/vertx-mysql-postgresql-client-jasync/
implementation ("io.vertx:vertx-mysql-postgresql-client-jasync:3.7.1")
'io.vertx:vertx-mysql-postgresql-client-jasync:jar:3.7.1'
<dependency org="io.vertx" name="vertx-mysql-postgresql-client-jasync" rev="3.7.1">
<artifact name="vertx-mysql-postgresql-client-jasync" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-mysql-postgresql-client-jasync', version='3.7.1')
)
libraryDependencies += "io.vertx" % "vertx-mysql-postgresql-client-jasync" % "3.7.1"
[io.vertx/vertx-mysql-postgresql-client-jasync "3.7.1"]