MVN

com.intuit.graphql : graphql-xtext

Maven & Gradle

Jun 15, 2023
22 stars

graphql-xtext · A GraphQL SDL lexer, parser, and validator that generates a traversable Abstract Syntax Tree from your GraphQL schema

<dependency>
    <groupId>com.intuit.graphql</groupId>
    <artifactId>graphql-xtext</artifactId>
    <version>3.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.intuit.graphql : graphql-xtext to add to Maven - Latest Versions:

  • Latest Stable: 3.2.0

All Versions

Choose a version of com.intuit.graphql : graphql-xtext to add to Maven - All Versions:

Version Vulnerabilities Updated
3.2.x
graphql-xtext-3.2.0
3.1.x
graphql-xtext-3.1.0
3.0.x
graphql-xtext-3.0.5
graphql-xtext-3.0.4
graphql-xtext-3.0.3
graphql-xtext-3.0.2
graphql-xtext-3.0.1
graphql-xtext-3.0.0
1.0.x
graphql-xtext-1.0.15
graphql-xtext-1.0.12

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.intuit.graphql</groupId>
    <artifactId>graphql-xtext</artifactId>
    <version>3.2.0</version>
</dependency>