License |
License |
---|---|
Categories |
CategoriesMySQL Data Databases PostgreSQL CLI User Interface |
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-mysql-postgresql-client |
Last Version | Last Version3.9.13 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVert.x MySQL/PostgreSQL Client based on Scala
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project OrganizationEclipse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-mysql-postgresql-client/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-mysql-postgresql-client</artifactId>
<version>3.9.13</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-mysql-postgresql-client/
implementation 'io.vertx:vertx-mysql-postgresql-client:3.9.13'
// https://jarcasting.com/artifacts/io.vertx/vertx-mysql-postgresql-client/
implementation ("io.vertx:vertx-mysql-postgresql-client:3.9.13")
'io.vertx:vertx-mysql-postgresql-client:jar:3.9.13'
<dependency org="io.vertx" name="vertx-mysql-postgresql-client" rev="3.9.13">
<artifact name="vertx-mysql-postgresql-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-mysql-postgresql-client', version='3.9.13')
)
libraryDependencies += "io.vertx" % "vertx-mysql-postgresql-client" % "3.9.13"
[io.vertx/vertx-mysql-postgresql-client "3.9.13"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-sql-common | jar | |
org.scala-lang : scala-library | jar | 2.12.7 |
com.github.mauricio : postgresql-async_2.12 | jar | 0.2.21 |
com.github.mauricio : mysql-async_2.12 | jar | 0.2.21 |
io.vertx : vertx-codegen Optional | jar | |
io.vertx : vertx-docgen Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-unit | jar | |
io.vertx : vertx-core | test-jar | |
junit : junit | jar | 4.13.1 |
com.jayway.awaitility : awaitility | jar | 1.6.3 |
org.mockito : mockito-core | jar | 2.10.0 |
org.testcontainers : testcontainers | jar | 1.8.3 |
org.testcontainers : mysql | jar | 1.8.3 |
mysql : mysql-connector-java | jar | 5.1.6 |
org.testcontainers : postgresql | jar | 1.8.3 |
org.slf4j : slf4j-simple | jar | 1.7.25 |