Last Version

com.graphql-java-generator:graphql-java-runtime 1.18

This project is an accelerator to develop GraphQL clients and GraphQL servers in java. That is, it generates the boilerplate code, and let you concentrate on what's specific to your use case: the queries/mutations/subscriptions you will call, when in client mode. And the response to the queries/mutations/subscriptions call, as well as the relations between objects, when in server mode.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.graphql-java-generator
ArtifactId

ArtifactId

graphql-java-runtime
Version

Version

1.18
Type

Type

jar
Description

Description

This project is an accelerator to develop GraphQL clients and GraphQL servers in java. That is, it generates the boilerplate code, and let you concentrate on what's specific to your use case: the queries/mutations/subscriptions you will call, when in client mode. And the response to the queries/mutations/subscriptions call, as well as the relations between objects, when in server mode.
Source Code Management

Source Code Management

https://github.com/graphql-java-generator/graphql-maven-plugin-project/tree/master/graphql-java-runtime

Download graphql-java-runtime 1.18


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

Dependencies

compile (2)

Group / Artifact Type Version
com.graphql-java-generator : graphql-java-client-dependencies pom 1.18
com.graphql-java-generator : graphql-java-server-dependencies pom 1.18

test (7)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.4.4
org.junit.jupiter : junit-jupiter-api jar
org.junit.jupiter : junit-jupiter-engine jar
org.mockito : mockito-core jar 3.9.0
org.mockito : mockito-junit-jupiter jar 3.9.0
com.graphql-java : graphql-java-extended-scalars jar 16.0.1
org.springframework.boot : spring-boot-starter-data-jpa jar 2.4.4

Project Modules

There are no modules declared in this project.