License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.julienviet |
ArtifactId | ArtifactIdvertx-pg-client |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPostgres Client for Eclipse Vert.x
A Postgres client for Eclipse Vert.x
|
Project URL |
Project URL |
Filename | Size |
---|---|
vertx-pg-client-0.3.0.pom | |
vertx-pg-client-0.3.0.jar | 207 KB |
vertx-pg-client-0.3.0-tests.jar | 40 KB |
vertx-pg-client-0.3.0-test-sources.jar | 18 KB |
vertx-pg-client-0.3.0-sources.jar | 140 KB |
vertx-pg-client-0.3.0-javadoc.jar | 380 KB |
vertx-pg-client-0.3.0-docs.zip | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.julienviet/vertx-pg-client/ -->
<dependency>
<groupId>com.julienviet</groupId>
<artifactId>vertx-pg-client</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.julienviet/vertx-pg-client/
implementation 'com.julienviet:vertx-pg-client:0.3.0'
// https://jarcasting.com/artifacts/com.julienviet/vertx-pg-client/
implementation ("com.julienviet:vertx-pg-client:0.3.0")
'com.julienviet:vertx-pg-client:jar:0.3.0'
<dependency org="com.julienviet" name="vertx-pg-client" rev="0.3.0">
<artifact name="vertx-pg-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.julienviet', module='vertx-pg-client', version='0.3.0')
)
libraryDependencies += "com.julienviet" % "vertx-pg-client" % "0.3.0"
[com.julienviet/vertx-pg-client "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | jar | |
io.vertx : vertx-sql-common | jar |
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-codegen | jar | |
io.vertx : vertx-docgen | jar | |
io.vertx : vertx-codetrans | jar | |
io.vertx : vertx-rx-java | jar | |
io.vertx : vertx-rx-java2 | jar | |
io.vertx : vertx-lang-js | jar | |
io.vertx : vertx-lang-ruby | jar | |
io.vertx : vertx-lang-groovy | jar | |
io.vertx : vertx-lang-kotlin | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
io.vertx : vertx-unit | jar | |
ru.yandex.qatools.embed : postgresql-embedded | jar | 2.2 |
org.postgresql : postgresql | jar | 42.1.1 |