is not current version
Last Version 0.17

com.github.andrewoma.kwery:fetcher 0.8

An SQL library for Kotlin

GroupId

GroupId

com.github.andrewoma.kwery
ArtifactId

ArtifactId

fetcher
Version

Version

0.8
Type

Type

jar

Download fetcher 0.8


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