is not current version
Last Version 1.1.0

com.bretpatterson:schemagen-graphql-guava 1.0.0-rc3

This provides type introspection and generation of GraphQL from Pojos.

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

com.bretpatterson
ArtifactId

ArtifactId

schemagen-graphql-guava
Version

Version

1.0.0-rc3
Type

Type

jar

Download schemagen-graphql-guava 1.0.0-rc3


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