License |
License |
---|---|
GroupId | GroupIdcom.fleetpin |
ArtifactId | ArtifactIdgraphql-builder |
Last Version | Last Version0.1.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGraphQL Builder
Builds a graphql schema from a model using reflection
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
graphql-builder-0.1.11.pom | |
graphql-builder-0.1.11.jar | 46 KB |
graphql-builder-0.1.11-sources.jar | 30 KB |
graphql-builder-0.1.11-javadoc.jar | 527 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fleetpin/graphql-builder/ -->
<dependency>
<groupId>com.fleetpin</groupId>
<artifactId>graphql-builder</artifactId>
<version>0.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.fleetpin/graphql-builder/
implementation 'com.fleetpin:graphql-builder:0.1.11'
// https://jarcasting.com/artifacts/com.fleetpin/graphql-builder/
implementation ("com.fleetpin:graphql-builder:0.1.11")
'com.fleetpin:graphql-builder:jar:0.1.11'
<dependency org="com.fleetpin" name="graphql-builder" rev="0.1.11">
<artifact name="graphql-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fleetpin', module='graphql-builder', version='0.1.11')
)
libraryDependencies += "com.fleetpin" % "graphql-builder" % "0.1.11"
[com.fleetpin/graphql-builder "0.1.11"]
Group / Artifact | Type | Version |
---|---|---|
com.graphql-java : graphql-java | jar | 18.1 |
org.reflections : reflections | jar | 0.9.11 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.5.1 |
com.fasterxml.jackson.module : jackson-module-parameter-names | jar | 2.10.1 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.10.1 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.10.1 |
io.reactivex.rxjava3 : rxjava | jar | 3.0.0-RC7 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.0 |