GroupId | GroupIdcom.intuit.graphql |
---|---|
ArtifactId | ArtifactIdgraphql-xtext |
Version | Version1.0.12 |
Type | Typepom |
Filename | Size |
---|---|
graphql-xtext-1.0.12.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.intuit.graphql/graphql-xtext/ -->
<dependency>
<groupId>com.intuit.graphql</groupId>
<artifactId>graphql-xtext</artifactId>
<version>1.0.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.intuit.graphql/graphql-xtext/
implementation 'com.intuit.graphql:graphql-xtext:1.0.12'
// https://jarcasting.com/artifacts/com.intuit.graphql/graphql-xtext/
implementation ("com.intuit.graphql:graphql-xtext:1.0.12")
'com.intuit.graphql:graphql-xtext:pom:1.0.12'
<dependency org="com.intuit.graphql" name="graphql-xtext" rev="1.0.12">
<artifact name="graphql-xtext" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.intuit.graphql', module='graphql-xtext', version='1.0.12')
)
libraryDependencies += "com.intuit.graphql" % "graphql-xtext" % "1.0.12"
[com.intuit.graphql/graphql-xtext "1.0.12"]