is not current version
Last Version 1.1.0

com.bretpatterson:schemagen-graphql 1.0.2

This provides type introspection and generation of GraphQL from Pojos.

GroupId

GroupId

com.bretpatterson
ArtifactId

ArtifactId

schemagen-graphql
Version

Version

1.0.2
Type

Type

jar

Download schemagen-graphql 1.0.2


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