vertx-hsql-client

HSQL Client is a Vert.x ext that provides a HSQL connector compatible with jooq (it expose the native SQL.Connection interface rather than the Vertx' own SQLConnection

License

License

MIT
Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.mahieddine
ArtifactId

ArtifactId

vertx-hsql-client
Last Version

Last Version

3.4.2
Release Date

Release Date

Type

Type

jar
Description

Description

vertx-hsql-client
HSQL Client is a Vert.x ext that provides a HSQL connector compatible with jooq (it expose the native SQL.Connection interface rather than the Vertx' own SQLConnection
Project URL

Project URL

https://github.com/mahieddine/vertx-hsql-client
Source Code Management

Source Code Management

https://github.com/mahieddine/vertx-hsql-client

Download vertx-hsql-client

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.mahieddine/vertx-hsql-client/ -->
<dependency>
    <groupId>io.github.mahieddine</groupId>
    <artifactId>vertx-hsql-client</artifactId>
    <version>3.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mahieddine/vertx-hsql-client/
implementation 'io.github.mahieddine:vertx-hsql-client:3.4.2'
// https://jarcasting.com/artifacts/io.github.mahieddine/vertx-hsql-client/
implementation ("io.github.mahieddine:vertx-hsql-client:3.4.2")
'io.github.mahieddine:vertx-hsql-client:jar:3.4.2'
<dependency org="io.github.mahieddine" name="vertx-hsql-client" rev="3.4.2">
  <artifact name="vertx-hsql-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mahieddine', module='vertx-hsql-client', version='3.4.2')
)
libraryDependencies += "io.github.mahieddine" % "vertx-hsql-client" % "3.4.2"
[io.github.mahieddine/vertx-hsql-client "3.4.2"]

Dependencies

compile (3)

Group / Artifact Type Version
io.vertx : vertx-core jar 3.4.1
io.vertx : vertx-jdbc-client jar 3.4.1
io.vertx : vertx-sql-common jar 3.4.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
3.4.2