| License | License | 
|---|---|
| GroupId | GroupIdcom.intuit.graphql | 
| ArtifactId | ArtifactIdgraphql-xtext | 
| Last Version | Last Version3.0.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptiongraphql-xtext A GraphQL SDL lexer, parser, and validator that generates a traversable Abstract Syntax Tree from your GraphQL schema | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| graphql-xtext-3.0.1.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.intuit.graphql/graphql-xtext/ -->
<dependency>
    <groupId>com.intuit.graphql</groupId>
    <artifactId>graphql-xtext</artifactId>
    <version>3.0.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.intuit.graphql/graphql-xtext/
implementation 'com.intuit.graphql:graphql-xtext:3.0.1'// https://jarcasting.com/artifacts/com.intuit.graphql/graphql-xtext/
implementation ("com.intuit.graphql:graphql-xtext:3.0.1")'com.intuit.graphql:graphql-xtext:pom:3.0.1'<dependency org="com.intuit.graphql" name="graphql-xtext" rev="3.0.1">
  <artifact name="graphql-xtext" type="pom" />
</dependency>@Grapes(
@Grab(group='com.intuit.graphql', module='graphql-xtext', version='3.0.1')
)libraryDependencies += "com.intuit.graphql" % "graphql-xtext" % "3.0.1"[com.intuit.graphql/graphql-xtext "3.0.1"]