v

vertx-sql-client-templates

Vert.x SQL Client Templates
https://github.com/eclipse-vertx/vertx-sql-client
Files download
File Operation
vertx-sql-client-templates-4.5.7.jar download
vertx-sql-client-templates-4.5.7.pom download
vertx-sql-client-templates-4.5.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.vertx</groupId>
  <artifactId>vertx-sql-client-templates</artifactId>
  <version>4.5.7</version>
</dependency>
Gradle Groovy
implementation 'io.vertx:vertx-sql-client-templates:4.5.7'
Gradle Kotlin
implementation("io.vertx:vertx-sql-client-templates:4.5.7")
Scala SBT
libraryDependencies += "io.vertx" % "vertx-sql-client-templates" % "4.5.7"
Groovy Grape
@Grapes(
  @Grab(group='io.vertx', module='vertx-sql-client-templates', version='4.5.7')
)
Apache Ivy
<dependency org="io.vertx" name="vertx-sql-client-templates" rev="4.5.7" />
Leiningen
[io.vertx/vertx-sql-client-templates "4.5.7"]
Apache Buildr
'io.vertx:vertx-sql-client-templates:jar:4.5.7'