Last Version

io.zeko:zeko-sql-builder 1.4.0

Zeko SQL Builder is a high-performance lightweight SQL library written for Kotlin language. It is designed to be flexible, portable, and fun to use. This library provides handy SQL wrapping DSL and a RDB client which is an abstraction on top on JDBC (currently supports HikariCP and Vert.x JDBC driver client)

License

License

GroupId

GroupId

io.zeko
ArtifactId

ArtifactId

zeko-sql-builder
Version

Version

1.4.0
Type

Type

jar
Description

Description

io.zeko:zeko-sql-builder
Zeko SQL Builder is a high-performance lightweight SQL library written for Kotlin language. It is designed to be flexible, portable, and fun to use. This library provides handy SQL wrapping DSL and a RDB client which is an abstraction on top on JDBC (currently supports HikariCP and Vert.x JDBC driver client)
Project URL

Project URL

https://github.com/darkredz/Zeko-SQL-Builder
Source Code Management

Source Code Management

https://github.com/darkredz/Zeko-SQL-Builder

Download zeko-sql-builder 1.4.0


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

Dependencies

compile (5)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.6.20
io.vertx : vertx-core jar 4.1.1
joda-time : joda-time jar 2.9.7
io.zeko : zeko-data-mapper jar 1.6.7
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.20

provided (6)

Group / Artifact Type Version
io.vertx : vertx-jdbc-client jar 4.1.1
com.github.jasync-sql : jasync-postgresql jar 1.2.3
com.github.jasync-sql : jasync-mysql jar 1.2.3
com.fasterxml.jackson.core : jackson-databind jar 2.11.4
com.zaxxer : HikariCP jar 5.0.1
io.vertx : vertx-lang-kotlin jar 4.1.1

test (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-reflect jar 1.6.20
org.jetbrains.kotlin : kotlin-test jar 1.6.20
org.spekframework.spek2 : spek-dsl-jvm jar 2.0.9
org.spekframework.spek2 : spek-runner-junit5 jar 2.0.9

Project Modules

There are no modules declared in this project.