Download graphql-java-tools-2.1.2.jar file - Jar g

Jar examples for g:graphql-java-tools

Description

Tools to help map a GraphQL schema to existing Java objects.

You can download jar file graphql-java-tools 2.1.2 in this page.

License

MIT License

Build File

You can use the following script to add graphql-java-tools-2.1.2.jar to your project.

<dependency>
   <groupId>com.coxautodev</groupId>
   <artifactId>graphql-java-tools</artifactId>
   <version>2.1.2</version>
</dependency>
compile group: 'com.coxautodev', name: 'graphql-java-tools', version: '2.1.2'
libraryDependencies += "com.coxautodev" % "graphql-java-tools" % "2.1.2"
<dependency org="com.coxautodev" name="graphql-java-tools" rev="2.1.2"/>
@Grapes(@Grab(group='com.coxautodev', module='graphql-java-tools', version='2.1.2'))
'com.coxautodev:graphql-java-tools:jar:2.1.2'

Download

Click the following link to download the jar file.

graphql-java-tools-2.1.2-javadoc.jar
graphql-java-tools-2.1.2-sources.jar
graphql-java-tools-2.1.2.jar
graphql-java-tools-2.1.2.pom



Related Tutorials