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