is not current version
Last Version 4.2.4

org.mirrentools:vertx-sql-assist 1.0.9

vertx-sql-assist is the SQL operation help tool of Vert.x, which provides the support of insert, delete, update, query, join, paging query, cooperate with SqlAssist help class, it basically does not need to write a line of SQL code.

GroupId

GroupId

org.mirrentools
ArtifactId

ArtifactId

vertx-sql-assist
Version

Version

1.0.9
Type

Type

jar

Download vertx-sql-assist 1.0.9


<!-- https://jarcasting.com/artifacts/org.mirrentools/vertx-sql-assist/ -->
<dependency>
    <groupId>org.mirrentools</groupId>
    <artifactId>vertx-sql-assist</artifactId>
    <version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.mirrentools/vertx-sql-assist/
implementation 'org.mirrentools:vertx-sql-assist:1.0.9'
// https://jarcasting.com/artifacts/org.mirrentools/vertx-sql-assist/
implementation ("org.mirrentools:vertx-sql-assist:1.0.9")
'org.mirrentools:vertx-sql-assist:jar:1.0.9'
<dependency org="org.mirrentools" name="vertx-sql-assist" rev="1.0.9">
  <artifact name="vertx-sql-assist" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mirrentools', module='vertx-sql-assist', version='1.0.9')
)
libraryDependencies += "org.mirrentools" % "vertx-sql-assist" % "1.0.9"
[org.mirrentools/vertx-sql-assist "1.0.9"]