MVN

io.leangen.graphql : graphql-spqr-spring-boot-starter-parent

Maven & Gradle

Aug 10, 2023
269 stars

GraphQL SPQR Spring Boot 2 Starter · Spring Boot 2 starter powered by GraphQL SPQR

<dependency>
    <groupId>io.leangen.graphql</groupId>
    <artifactId>graphql-spqr-spring-boot-starter-parent</artifactId>
    <version>0.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.leangen.graphql : graphql-spqr-spring-boot-starter-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.0.8

All Versions

Choose a version of io.leangen.graphql : graphql-spqr-spring-boot-starter-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
graphql-spqr-spring-boot-starter-parent-1.0.0
0.0.x
graphql-spqr-spring-boot-starter-parent-0.0.8
graphql-spqr-spring-boot-starter-parent-0.0.7
graphql-spqr-spring-boot-starter-parent-0.0.6
graphql-spqr-spring-boot-starter-parent-0.0.5
graphql-spqr-spring-boot-starter-parent-0.0.4
graphql-spqr-spring-boot-starter-parent-0.0.3
graphql-spqr-spring-boot-starter-parent-0.0.2
graphql-spqr-spring-boot-starter-parent-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.leangen.graphql</groupId>
    <artifactId>graphql-spqr-spring-boot-starter-parent</artifactId>
    <version>0.0.8</version>
</dependency>

Advertisement