MVN

net.bloemsma.graphql.query : graphql-query

Maven & Gradle

Jul 29, 2020
2 stars

GraphQL Query · Instrument a graphql-java server with filters on lists.

<dependency>
    <groupId>net.bloemsma.graphql.query</groupId>
    <artifactId>graphql-query</artifactId>
    <version>0.0.1-PRE-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.bloemsma.graphql.query : graphql-query to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-PRE-2

All Versions

Choose a version of net.bloemsma.graphql.query : graphql-query to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
graphql-query-0.0.1-PRE-2
graphql-query-0.0.1-PRE

How to add a dependency to Maven

Add the following net.bloemsma.graphql.query : graphql-query maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.bloemsma.graphql.query</groupId>
    <artifactId>graphql-query</artifactId>
    <version>0.0.1-PRE-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.bloemsma.graphql.query : graphql-query gradle dependency to your build.gradle file:

implementation 'net.bloemsma.graphql.query:graphql-query:0.0.1-PRE-2'

Gradle Kotlin DSL: Add the following net.bloemsma.graphql.query : graphql-query gradle kotlin dependency to your build.gradle.kts file:

implementation("net.bloemsma.graphql.query:graphql-query:0.0.1-PRE-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.bloemsma.graphql.query : graphql-query sbt scala dependency to your build.sbt file:

libraryDependencies += "net.bloemsma.graphql.query" % "graphql-query" % "0.0.1-PRE-2"

Advertisement