is not current version
Last Version 1.1.0

com.bretpatterson:schemagen-graphql-joda 1.0.0-rc1

This provides type introspection and generation of GraphQL from Pojos.

GroupId

GroupId

com.bretpatterson
ArtifactId

ArtifactId

schemagen-graphql-joda
Version

Version

1.0.0-rc1
Type

Type

jar

Download schemagen-graphql-joda 1.0.0-rc1


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