is not current version
Last Version 1.8.0

com.github.seratch:kotliquery 0.1.0-rc-1

A handy Database access library in Kotlin

GroupId

GroupId

com.github.seratch
ArtifactId

ArtifactId

kotliquery
Version

Version

0.1.0-rc-1
Type

Type

jar

Download kotliquery 0.1.0-rc-1


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