is not current version
Last Version 0.17

com.github.andrewoma.kwery:core 0.3

An SQL library for Kotlin

GroupId

GroupId

com.github.andrewoma.kwery
ArtifactId

ArtifactId

core
Version

Version

0.3
Type

Type

jar

Download core 0.3


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