is not current version
Last Version 1.4.0

io.zeko:zeko-sql-builder 1.3.1

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)

GroupId

GroupId

io.zeko
ArtifactId

ArtifactId

zeko-sql-builder
Version

Version

1.3.1
Type

Type

jar

Download zeko-sql-builder 1.3.1


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