License |
License |
---|---|
GroupId | GroupIdcom.intuit.graphql |
ArtifactId | ArtifactIdgraphql-xtext |
Version | Version1.0.15 |
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-1.0.15.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.intuit.graphql/graphql-xtext/ -->
<dependency>
<groupId>com.intuit.graphql</groupId>
<artifactId>graphql-xtext</artifactId>
<version>1.0.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.intuit.graphql/graphql-xtext/
implementation 'com.intuit.graphql:graphql-xtext:1.0.15'
// https://jarcasting.com/artifacts/com.intuit.graphql/graphql-xtext/
implementation ("com.intuit.graphql:graphql-xtext:1.0.15")
'com.intuit.graphql:graphql-xtext:pom:1.0.15'
<dependency org="com.intuit.graphql" name="graphql-xtext" rev="1.0.15">
<artifact name="graphql-xtext" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.intuit.graphql', module='graphql-xtext', version='1.0.15')
)
libraryDependencies += "com.intuit.graphql" % "graphql-xtext" % "1.0.15"
[com.intuit.graphql/graphql-xtext "1.0.15"]