| Группа | Группаcom.github.andrewoma.kwery |
|---|---|
| Идентификатор | Идентификаторcore |
| Версия | Версия0.14 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| core-0.14.pom | |
| core-0.14.jar | 154 KB |
| core-0.14-sources.jar | 38 KB |
| core-0.14-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.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andrewoma.kwery/core/
implementation 'com.github.andrewoma.kwery:core:0.14'
// https://jarcasting.com/artifacts/com.github.andrewoma.kwery/core/
implementation ("com.github.andrewoma.kwery:core:0.14")
'com.github.andrewoma.kwery:core:jar:0.14'
<dependency org="com.github.andrewoma.kwery" name="core" rev="0.14">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andrewoma.kwery', module='core', version='0.14')
)
libraryDependencies += "com.github.andrewoma.kwery" % "core" % "0.14"
[com.github.andrewoma.kwery/core "0.14"]