Categories |
CategoriesMySQL Data Databases PostgreSQL |
---|---|
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdmod-mysql-postgresql_2.10 |
Version | Version0.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.vertx/mod-mysql-postgresql_2.10/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>mod-mysql-postgresql_2.10</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/mod-mysql-postgresql_2.10/
implementation 'io.vertx:mod-mysql-postgresql_2.10:0.3.0'
// https://jarcasting.com/artifacts/io.vertx/mod-mysql-postgresql_2.10/
implementation ("io.vertx:mod-mysql-postgresql_2.10:0.3.0")
'io.vertx:mod-mysql-postgresql_2.10:jar:0.3.0'
<dependency org="io.vertx" name="mod-mysql-postgresql_2.10" rev="0.3.0">
<artifact name="mod-mysql-postgresql_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='mod-mysql-postgresql_2.10', version='0.3.0')
)
libraryDependencies += "io.vertx" % "mod-mysql-postgresql_2.10" % "0.3.0"
[io.vertx/mod-mysql-postgresql_2.10 "0.3.0"]