| License |
License
MIT
|
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.prestongarno.ktq |
| ArtifactId | ArtifactIdktq-client |
| Last Version | Last Version0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionktq-client
a kotlin client for graphql
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationprestongarno.com |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ktq-client-0.2.pom | |
| ktq-client-0.2.jar | 54 KB |
| ktq-client-0.2-sources.jar | 53 KB |
| ktq-client-0.2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.prestongarno.ktq/ktq-client/ -->
<dependency>
<groupId>com.prestongarno.ktq</groupId>
<artifactId>ktq-client</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.prestongarno.ktq/ktq-client/
implementation 'com.prestongarno.ktq:ktq-client:0.2'
// https://jarcasting.com/artifacts/com.prestongarno.ktq/ktq-client/
implementation ("com.prestongarno.ktq:ktq-client:0.2")
'com.prestongarno.ktq:ktq-client:jar:0.2'
<dependency org="com.prestongarno.ktq" name="ktq-client" rev="0.2">
<artifact name="ktq-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.prestongarno.ktq', module='ktq-client', version='0.2')
)
libraryDependencies += "com.prestongarno.ktq" % "ktq-client" % "0.2"
[com.prestongarno.ktq/ktq-client "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jre8 | jar | 1.1.50 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.1.50 |
| com.beust : klaxon | jar | 0.30 |