License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-pg-client |
Last Version | Last Version4.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVertx PostgreSQL Client
The Reactive PostgreSQL Client
|
Project URL |
Project URL |
Project Organization |
Project OrganizationEclipse |
Filename | Size |
---|---|
vertx-pg-client-4.3.1.pom | |
vertx-pg-client-4.3.1.jar | 148 KB |
vertx-pg-client-4.3.1-tests.jar | 218 KB |
vertx-pg-client-4.3.1-test-sources.jar | 78 KB |
vertx-pg-client-4.3.1-sources.jar | 106 KB |
vertx-pg-client-4.3.1-javadoc.jar | 184 KB |
vertx-pg-client-4.3.1-docs.zip | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-pg-client/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-pg-client</artifactId>
<version>4.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-pg-client/
implementation 'io.vertx:vertx-pg-client:4.3.1'
// https://jarcasting.com/artifacts/io.vertx/vertx-pg-client/
implementation ("io.vertx:vertx-pg-client:4.3.1")
'io.vertx:vertx-pg-client:jar:4.3.1'
<dependency org="io.vertx" name="vertx-pg-client" rev="4.3.1">
<artifact name="vertx-pg-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-pg-client', version='4.3.1')
)
libraryDependencies += "io.vertx" % "vertx-pg-client" % "4.3.1"
[io.vertx/vertx-pg-client "4.3.1"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | jar | |
io.vertx : vertx-codegen Optional | jar | |
io.vertx : vertx-docgen Optional | jar | |
io.vertx : vertx-sql-client | jar | |
com.ongres.scram : client Optional | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
ru.yandex.qatools.embed : postgresql-embedded | jar | 2.10 |
io.vertx : vertx-sql-client | test-jar | |
org.testcontainers : postgresql | jar | 1.15.2 |
org.openjdk.jmh : jmh-core | jar | 1.19 |
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.19 |
junit : junit | jar | 4.13.1 |
io.vertx : vertx-unit | jar | |
io.netty : netty-transport-native-epoll | jar | |
io.netty : netty-transport-native-kqueue | jar |