| GroupId | GroupIdcom.github.andrewoma.kwery |
|---|---|
| ArtifactId | ArtifactIdcore |
| Version | Version0.16 |
| Type | Typejar |
| Filename | Size |
|---|---|
| core-0.16.pom | |
| core-0.16.jar | 151 KB |
| core-0.16-sources.jar | 38 KB |
| core-0.16-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.andrewoma.kwery/core/ -->
<dependency>
<groupId>com.github.andrewoma.kwery</groupId>
<artifactId>core</artifactId>
<version>0.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andrewoma.kwery/core/
implementation 'com.github.andrewoma.kwery:core:0.16'
// https://jarcasting.com/artifacts/com.github.andrewoma.kwery/core/
implementation ("com.github.andrewoma.kwery:core:0.16")
'com.github.andrewoma.kwery:core:jar:0.16'
<dependency org="com.github.andrewoma.kwery" name="core" rev="0.16">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andrewoma.kwery', module='core', version='0.16')
)
libraryDependencies += "com.github.andrewoma.kwery" % "core" % "0.16"
[com.github.andrewoma.kwery/core "0.16"]