GroupId | GroupIdcom.github.andrewoma.kwery |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.13 |
Type | Typejar |
Filename | Size |
---|---|
core-0.13.pom | |
core-0.13.jar | 154 KB |
core-0.13-sources.jar | 38 KB |
core-0.13-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.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andrewoma.kwery/core/
implementation 'com.github.andrewoma.kwery:core:0.13'
// https://jarcasting.com/artifacts/com.github.andrewoma.kwery/core/
implementation ("com.github.andrewoma.kwery:core:0.13")
'com.github.andrewoma.kwery:core:jar:0.13'
<dependency org="com.github.andrewoma.kwery" name="core" rev="0.13">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andrewoma.kwery', module='core', version='0.13')
)
libraryDependencies += "com.github.andrewoma.kwery" % "core" % "0.13"
[com.github.andrewoma.kwery/core "0.13"]