Download schemagen-graphql-1.1.0.jar file - Jar s

Jar examples for s:schemagen-graphql

Description

This provides type introspection and generation of GraphQL from Pojos.

You can download jar file schemagen-graphql 1.1.0 in this page.

License

MIT

Build File

You can use the following script to add schemagen-graphql-1.1.0.jar to your project.

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

Download

Click the following link to download the jar file.

schemagen-graphql-1.1.0-javadoc.jar
schemagen-graphql-1.1.0-sources.jar
schemagen-graphql-1.1.0.jar
schemagen-graphql-1.1.0.pom



Related Tutorials