MVN

com.graphql-java-kickstart : graphiql-spring-boot-starter

Maven & Gradle

May 14, 2021
21 usages
1.5k stars

graphql-spring-boot · GraphQL Spring Framework Boot

<dependency>
    <groupId>com.graphql-java-kickstart</groupId>
    <artifactId>graphiql-spring-boot-starter</artifactId>
    <version>11.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.graphql-java-kickstart : graphiql-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.1.0

All Versions

Choose a version of com.graphql-java-kickstart : graphiql-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.1.x
graphiql-spring-boot-starter-11.1.0
11.0.x
graphiql-spring-boot-starter-11.0.0
8.1.x
graphiql-spring-boot-starter-8.1.1
graphiql-spring-boot-starter-8.1.0
8.0.x
graphiql-spring-boot-starter-8.0.0
7.2.x
graphiql-spring-boot-starter-7.2.0
7.1.x
graphiql-spring-boot-starter-7.1.0
7.0.x
graphiql-spring-boot-starter-7.0.1
graphiql-spring-boot-starter-7.0.0
6.0.x
graphiql-spring-boot-starter-6.0.1
graphiql-spring-boot-starter-6.0.0
5.11.x
graphiql-spring-boot-starter-5.11.1
graphiql-spring-boot-starter-5.11.0
5.10.x
graphiql-spring-boot-starter-5.10.0
5.9.x
graphiql-spring-boot-starter-5.9.0
5.8.x
graphiql-spring-boot-starter-5.8.1
graphiql-spring-boot-starter-5.8.0
5.7.x
graphiql-spring-boot-starter-5.7.3
graphiql-spring-boot-starter-5.7.2
graphiql-spring-boot-starter-5.7.1
graphiql-spring-boot-starter-5.7.0
5.6.x
graphiql-spring-boot-starter-5.6.1
graphiql-spring-boot-starter-5.6.0
5.5.x
graphiql-spring-boot-starter-5.5.0
5.4.x
graphiql-spring-boot-starter-5.4.1
5.4
graphiql-spring-boot-starter-5.4
5.3.x
graphiql-spring-boot-starter-5.3.1
5.3
graphiql-spring-boot-starter-5.3
5.2
graphiql-spring-boot-starter-5.2
5.1
graphiql-spring-boot-starter-5.1
5.0.x
graphiql-spring-boot-starter-5.0.6
graphiql-spring-boot-starter-5.0.5
graphiql-spring-boot-starter-5.0.4
graphiql-spring-boot-starter-5.0.3

How to add a dependency to Maven

Add the following com.graphql-java-kickstart : graphiql-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.graphql-java-kickstart</groupId>
    <artifactId>graphiql-spring-boot-starter</artifactId>
    <version>11.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.graphql-java-kickstart : graphiql-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.graphql-java-kickstart:graphiql-spring-boot-starter:11.1.0'

Gradle Kotlin DSL: Add the following com.graphql-java-kickstart : graphiql-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.graphql-java-kickstart:graphiql-spring-boot-starter:11.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.graphql-java-kickstart : graphiql-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.graphql-java-kickstart" % "graphiql-spring-boot-starter" % "11.1.0"

Advertisement