is not current version
Last Version 0.2

com.prestongarno.ktq:ktq-client 0.1

a kotlin client for graphql

Categories

Categories

CLI User Interface
GroupId

GroupId

com.prestongarno.ktq
ArtifactId

ArtifactId

ktq-client
Version

Version

0.1
Type

Type

jar

Download ktq-client 0.1


<!-- https://jarcasting.com/artifacts/com.prestongarno.ktq/ktq-client/ -->
<dependency>
    <groupId>com.prestongarno.ktq</groupId>
    <artifactId>ktq-client</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.prestongarno.ktq/ktq-client/
implementation 'com.prestongarno.ktq:ktq-client:0.1'
// https://jarcasting.com/artifacts/com.prestongarno.ktq/ktq-client/
implementation ("com.prestongarno.ktq:ktq-client:0.1")
'com.prestongarno.ktq:ktq-client:jar:0.1'
<dependency org="com.prestongarno.ktq" name="ktq-client" rev="0.1">
  <artifact name="ktq-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.prestongarno.ktq', module='ktq-client', version='0.1')
)
libraryDependencies += "com.prestongarno.ktq" % "ktq-client" % "0.1"
[com.prestongarno.ktq/ktq-client "0.1"]