Dependency Information
Apache Maven
<dependency> <groupId>com.graphql-java-generator</groupId> <artifactId>graphql-maven-plugin</artifactId> <version>2.8</version> <type>maven-plugin</type> </dependency>
Apache Buildr
'com.graphql-java-generator:graphql-maven-plugin:maven-plugin:2.8'
Apache Ivy
<dependency org="com.graphql-java-generator" name="graphql-maven-plugin" rev="2.8"> <artifact name="graphql-maven-plugin" type="maven-plugin" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.graphql-java-generator', module='graphql-maven-plugin', version='2.8') )
Gradle/Grails
compile 'com.graphql-java-generator:graphql-maven-plugin:2.8'
Scala SBT
libraryDependencies += "com.graphql-java-generator" % "graphql-maven-plugin" % "2.8"
Leiningen
[com.graphql-java-generator/graphql-maven-plugin "2.8"]