не последняя версия
Последняя версия 0.17

com.github.andrewoma.kwery:core 0.12

An SQL library for Kotlin

Группа

Группа

com.github.andrewoma.kwery
Идентификатор

Идентификатор

core
Версия

Версия

0.12
Тип

Тип

jar

Скачать core 0.12

Имя Файла Размер
core-0.12.pom
core-0.12.jar 154 KB
core-0.12-sources.jar 38 KB
core-0.12-javadoc.jar 261 bytes
Обзор

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