kotliquery

A handy Database access library in Kotlin

License

License

GroupId

GroupId

com.github.seratch
ArtifactId

ArtifactId

kotliquery
Last Version

Last Version

1.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

kotliquery
A handy Database access library in Kotlin
Project URL

Project URL

http://github.com/seratch/kotliquery
Source Code Management

Source Code Management

http://github.com/seratch/kotliquery

Download kotliquery

How to add to project

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

Dependencies

runtime (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.6.21
org.slf4j : slf4j-api jar 1.7.36
joda-time : joda-time jar 2.10.13
com.zaxxer : HikariCP jar 4.0.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.8.0
1.7.0
1.6.3
1.6.2
1.6.1
1.6.0
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.1.0-rc-1