is not current version
Last Version 1.1.0

com.bretpatterson:schemagen-graphql 0.2.1

This provides type introspection and generation of GraphQL from Pojos.

GroupId

GroupId

com.bretpatterson
ArtifactId

ArtifactId

schemagen-graphql
Version

Version

0.2.1
Type

Type

jar

Download schemagen-graphql 0.2.1


<!-- https://jarcasting.com/artifacts/com.bretpatterson/schemagen-graphql/ -->
<dependency>
    <groupId>com.bretpatterson</groupId>
    <artifactId>schemagen-graphql</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bretpatterson/schemagen-graphql/
implementation 'com.bretpatterson:schemagen-graphql:0.2.1'
// https://jarcasting.com/artifacts/com.bretpatterson/schemagen-graphql/
implementation ("com.bretpatterson:schemagen-graphql:0.2.1")
'com.bretpatterson:schemagen-graphql:jar:0.2.1'
<dependency org="com.bretpatterson" name="schemagen-graphql" rev="0.2.1">
  <artifact name="schemagen-graphql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bretpatterson', module='schemagen-graphql', version='0.2.1')
)
libraryDependencies += "com.bretpatterson" % "schemagen-graphql" % "0.2.1"
[com.bretpatterson/schemagen-graphql "0.2.1"]