MVN

org.mirrentools : vertx-sql-assist

Maven & Gradle

Feb 09, 2022
11 stars

vertx-sql-assist · 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.

<dependency>
    <groupId>org.mirrentools</groupId>
    <artifactId>vertx-sql-assist</artifactId>
    <version>4.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mirrentools : vertx-sql-assist to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.4
  • Latest Release Candidate: 4.1.4-RC

All Versions

Choose a version of org.mirrentools : vertx-sql-assist to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
vertx-sql-assist-4.2.4
vertx-sql-assist-4.2.1
4.1.x
vertx-sql-assist-4.1.6
vertx-sql-assist-4.1.5.ga
vertx-sql-assist-4.1.5
vertx-sql-assist-4.1.4-RC
vertx-sql-assist-4.1.3-RC
vertx-sql-assist-4.1.2-RC
4.0.x
vertx-sql-assist-4.0.0-RC
3.9.x
vertx-sql-assist-3.9.1
1.0.x
vertx-sql-assist-1.0.9
vertx-sql-assist-1.0.8
vertx-sql-assist-1.0.7
vertx-sql-assist-1.0.6
vertx-sql-assist-1.0.5
vertx-sql-assist-1.0.4
vertx-sql-assist-1.0.3
vertx-sql-assist-1.0.2
vertx-sql-assist-1.0.1
vertx-sql-assist-1.0.0

How to add a dependency to Maven

Add the following org.mirrentools : vertx-sql-assist maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mirrentools</groupId>
    <artifactId>vertx-sql-assist</artifactId>
    <version>4.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mirrentools : vertx-sql-assist gradle dependency to your build.gradle file:

implementation 'org.mirrentools:vertx-sql-assist:4.2.4'

Gradle Kotlin DSL: Add the following org.mirrentools : vertx-sql-assist gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mirrentools:vertx-sql-assist:4.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mirrentools : vertx-sql-assist sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mirrentools" % "vertx-sql-assist" % "4.2.4"