MVN

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

Maven & Gradle

Dec 05, 2022
1.5k stars

graphql-spring-boot · GraphQL Spring Framework Boot

<dependency>
    <groupId>com.graphql-java-kickstart</groupId>
    <artifactId>graphql-spring-boot-dependencies</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-dependencies to add to Maven - Latest Versions:

  • Latest Stable: 15.0.0

All Versions

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

Version Vulnerabilities Updated
15.0.x
graphql-spring-boot-dependencies-15.0.0
14.1.x
graphql-spring-boot-dependencies-14.1.0
14.0.x
graphql-spring-boot-dependencies-14.0.0
13.0.x
graphql-spring-boot-dependencies-13.0.1
graphql-spring-boot-dependencies-13.0.0
12.0.x
graphql-spring-boot-dependencies-12.0.0
11.1.x
graphql-spring-boot-dependencies-11.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement