Download schemagen-graphql-1.0.1.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.0.1 in this page.

License

MIT

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials