MVN

org.eclipse.microprofile.graphql : microprofile-graphql-spec

Maven & Gradle

Mar 21, 2022
79 stars

MicroProfile GraphQL :: Specification · Code-first GraphQL APIs for MicroProfile :: Specification

<dependency>
    <groupId>org.eclipse.microprofile.graphql</groupId>
    <artifactId>microprofile-graphql-spec</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.microprofile.graphql : microprofile-graphql-spec to add to Maven - Latest Versions:

  • Latest Stable: 2.0
  • Latest Release Candidate: 2.0-RC3

All Versions

Choose a version of org.eclipse.microprofile.graphql : microprofile-graphql-spec to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0
microprofile-graphql-spec-2.0
microprofile-graphql-spec-2.0-RC3
microprofile-graphql-spec-2.0-RC2
microprofile-graphql-spec-2.0-RC1
1.1.x
microprofile-graphql-spec-1.1.0
1.0.x
microprofile-graphql-spec-1.0.4-RC1
microprofile-graphql-spec-1.0.3
microprofile-graphql-spec-1.0.2
microprofile-graphql-spec-1.0.1
microprofile-graphql-spec-1.0.0-RC4
microprofile-graphql-spec-1.0.0-RC3
microprofile-graphql-spec-1.0.0-RC2
microprofile-graphql-spec-1.0.0-RC1
1.0
microprofile-graphql-spec-1.0
microprofile-graphql-spec-1.0-M6
microprofile-graphql-spec-1.0-M5
microprofile-graphql-spec-1.0-M4
microprofile-graphql-spec-1.0-M3
microprofile-graphql-spec-1.0-M2
microprofile-graphql-spec-1.0-M1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.eclipse.microprofile.graphql</groupId>
    <artifactId>microprofile-graphql-spec</artifactId>
    <version>2.0</version>
</dependency>