Files download
File Operation
graphql-query-0.0.1-PRE-2.jar download
graphql-query-0.0.1-PRE-2.pom download
graphql-query-0.0.1-PRE-2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.bloemsma.graphql.query</groupId>
  <artifactId>graphql-query</artifactId>
  <version>0.0.1-PRE-2</version>
</dependency>
Gradle Groovy
implementation 'net.bloemsma.graphql.query:graphql-query:0.0.1-PRE-2'
Gradle Kotlin
implementation("net.bloemsma.graphql.query:graphql-query:0.0.1-PRE-2")
Scala SBT
libraryDependencies += "net.bloemsma.graphql.query" % "graphql-query" % "0.0.1-PRE-2"
Groovy Grape
@Grapes(
  @Grab(group='net.bloemsma.graphql.query', module='graphql-query', version='0.0.1-PRE-2')
)
Apache Ivy
<dependency org="net.bloemsma.graphql.query" name="graphql-query" rev="0.0.1-PRE-2" />
Leiningen
[net.bloemsma.graphql.query/graphql-query "0.0.1-PRE-2"]
Apache Buildr
'net.bloemsma.graphql.query:graphql-query:jar:0.0.1-PRE-2'