<dependency> <groupId>com.graphql-java-generator</groupId> <artifactId>graphql-maven-plugin</artifactId> <version>1.18.10</version> <type>maven-plugin</type> </dependency>
'com.graphql-java-generator:graphql-maven-plugin:maven-plugin:1.18.10'
<dependency org="com.graphql-java-generator" name="graphql-maven-plugin" rev="1.18.10"> <artifact name="graphql-maven-plugin" type="maven-plugin" /> </dependency>
@Grapes( @Grab(group='com.graphql-java-generator', module='graphql-maven-plugin', version='1.18.10') )
compile 'com.graphql-java-generator:graphql-maven-plugin:1.18.10'
libraryDependencies += "com.graphql-java-generator" % "graphql-maven-plugin" % "1.18.10"
[com.graphql-java-generator/graphql-maven-plugin "1.18.10"]