MVN

com.graphql-java-kickstart : graphql-spring-boot-test

Maven & Gradle

Dec 05, 2022
1 usages
1.5k stars

graphql-spring-boot · GraphQL Spring Framework Boot

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

Latest Version

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

  • Latest Stable: 15.0.0

All Versions

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

Version Vulnerabilities Updated
15.0.x
graphql-spring-boot-test-15.0.0
14.1.x
graphql-spring-boot-test-14.1.0
14.0.x
graphql-spring-boot-test-14.0.0
13.0.x
graphql-spring-boot-test-13.0.1
graphql-spring-boot-test-13.0.0
12.0.x
graphql-spring-boot-test-12.0.0
11.1.x
graphql-spring-boot-test-11.1.0
11.0.x
graphql-spring-boot-test-11.0.0
8.1.x
graphql-spring-boot-test-8.1.1
graphql-spring-boot-test-8.1.0
8.0.x
graphql-spring-boot-test-8.0.0
7.2.x
graphql-spring-boot-test-7.2.0
7.1.x
graphql-spring-boot-test-7.1.0
7.0.x
graphql-spring-boot-test-7.0.1
graphql-spring-boot-test-7.0.0
6.0.x
graphql-spring-boot-test-6.0.1
graphql-spring-boot-test-6.0.0
5.11.x
graphql-spring-boot-test-5.11.1
graphql-spring-boot-test-5.11.0
5.10.x
graphql-spring-boot-test-5.10.0
5.9.x
graphql-spring-boot-test-5.9.0
5.8.x
graphql-spring-boot-test-5.8.1
graphql-spring-boot-test-5.8.0
5.7.x
graphql-spring-boot-test-5.7.3
graphql-spring-boot-test-5.7.2
graphql-spring-boot-test-5.7.1
graphql-spring-boot-test-5.7.0
5.6.x
graphql-spring-boot-test-5.6.1
graphql-spring-boot-test-5.6.0
5.5.x
graphql-spring-boot-test-5.5.0
5.4.x
graphql-spring-boot-test-5.4.1
5.4
graphql-spring-boot-test-5.4
5.3.x
graphql-spring-boot-test-5.3.1
5.3
graphql-spring-boot-test-5.3
5.2
graphql-spring-boot-test-5.2
5.1
graphql-spring-boot-test-5.1
5.0.x
graphql-spring-boot-test-5.0.6
graphql-spring-boot-test-5.0.5
graphql-spring-boot-test-5.0.4
graphql-spring-boot-test-5.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.graphql-java-kickstart</groupId>
    <artifactId>graphql-spring-boot-test</artifactId>
    <version>15.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.graphql-java-kickstart:graphql-spring-boot-test:15.0.0'

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

implementation("com.graphql-java-kickstart:graphql-spring-boot-test:15.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.graphql-java-kickstart" % "graphql-spring-boot-test" % "15.0.0"

Advertisement