License |
License |
---|---|
GroupId | GroupIdcom.bretpatterson |
ArtifactId | ArtifactIdschemagen-graphql-examples |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionschemagen-graphql-examples
This provides type introspection and generation of GraphQL from Pojos.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.bretpatterson/schemagen-graphql-examples/ -->
<dependency>
<groupId>com.bretpatterson</groupId>
<artifactId>schemagen-graphql-examples</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bretpatterson/schemagen-graphql-examples/
implementation 'com.bretpatterson:schemagen-graphql-examples:1.1.0'
// https://jarcasting.com/artifacts/com.bretpatterson/schemagen-graphql-examples/
implementation ("com.bretpatterson:schemagen-graphql-examples:1.1.0")
'com.bretpatterson:schemagen-graphql-examples:jar:1.1.0'
<dependency org="com.bretpatterson" name="schemagen-graphql-examples" rev="1.1.0">
<artifact name="schemagen-graphql-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bretpatterson', module='schemagen-graphql-examples', version='1.1.0')
)
libraryDependencies += "com.bretpatterson" % "schemagen-graphql-examples" % "1.1.0"
[com.bretpatterson/schemagen-graphql-examples "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.bretpatterson : schemagen-graphql | jar | 1.1.0 |
com.fasterxml.jackson.core : jackson-core | jar | 2.5.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.5.1 |