Jar examples for s:schemagen-graphql
This provides type introspection and generation of GraphQL from Pojos.
You can download jar file schemagen-graphql 1.0.0-rc1 in this page.
MIT
You can use the following script to add schemagen-graphql-1.0.0-rc1.jar to your project.
<dependency> <groupId>com.bretpatterson</groupId> <artifactId>schemagen-graphql</artifactId> <version>1.0.0-rc1</version> </dependency>
compile group: 'com.bretpatterson', name: 'schemagen-graphql', version: '1.0.0-rc1'
libraryDependencies += "com.bretpatterson" % "schemagen-graphql" % "1.0.0-rc1"
<dependency org="com.bretpatterson" name="schemagen-graphql" rev="1.0.0-rc1"/>
@Grapes(@Grab(group='com.bretpatterson', module='schemagen-graphql', version='1.0.0-rc1'))
'com.bretpatterson:schemagen-graphql:jar:1.0.0-rc1'
Click the following link to download the jar file.
schemagen-graphql-1.0.0-rc1-javadoc.jar