| GroupId | GroupIdcom.github.seratch |
|---|---|
| ArtifactId | ArtifactIdkotliquery |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| kotliquery-1.0.2.pom | |
| kotliquery-1.0.2.jar | 46 KB |
| kotliquery-1.0.2-sources.jar | 7 KB |
| kotliquery-1.0.2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.seratch/kotliquery/ -->
<dependency>
<groupId>com.github.seratch</groupId>
<artifactId>kotliquery</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seratch/kotliquery/
implementation 'com.github.seratch:kotliquery:1.0.2'
// https://jarcasting.com/artifacts/com.github.seratch/kotliquery/
implementation ("com.github.seratch:kotliquery:1.0.2")
'com.github.seratch:kotliquery:jar:1.0.2'
<dependency org="com.github.seratch" name="kotliquery" rev="1.0.2">
<artifact name="kotliquery" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seratch', module='kotliquery', version='1.0.2')
)
libraryDependencies += "com.github.seratch" % "kotliquery" % "1.0.2"
[com.github.seratch/kotliquery "1.0.2"]