is not current version
Last Version 1.18.6

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

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.

Categories

Categories

Java Languages Maven Build Tools
GroupId

GroupId

com.graphql-java-generator
ArtifactId

ArtifactId

graphql-maven-plugin-project
Version

Version

1.12
Type

Type

pom

Download graphql-maven-plugin-project 1.12


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