Last Version

com.graphql-java-generator:graphql-maven-plugin-project 1.18.6

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 Maven Build Tools
GroupId

GroupId

com.graphql-java-generator
ArtifactId

ArtifactId

graphql-maven-plugin-project
Version

Version

1.18.6
Type

Type

pom
Description

Description

com.graphql-java-generator:graphql-maven-plugin-project
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.
Project URL

Project URL

https://github.com/graphql-java-generator/graphql-java-generator
Source Code Management

Source Code Management

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

Download graphql-maven-plugin-project 1.18.6


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • graphql-java-client-dependencies
  • graphql-java-server-dependencies
  • graphql-java-common-runtime
  • graphql-java-client-runtime
  • graphql-java-server-runtime
  • graphql-java-spring-mvc
  • graphql-maven-plugin-logic
  • graphql-maven-plugin