Last Version

graphql-maven-plugin-logic 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-logic
Version

Version

1.18.6
Type

Type

jar
Description

Description

graphql-maven-plugin-logic
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-maven-plugin-logic

Download graphql-maven-plugin-logic 1.18.6


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

Dependencies

compile (11)

Group / Artifact Type Version
com.graphql-java-generator : graphql-java-common-runtime jar 1.18.6
com.graphql-java-generator : graphql-java-client-runtime jar 1.18.6
com.graphql-java-generator : graphql-java-server-runtime jar 1.18.6
javax.persistence : javax.persistence-api jar 2.2
org.sonatype.plexus : plexus-build-api jar 0.0.7
org.slf4j : slf4j-api jar 1.7.30
org.springframework : spring-context jar
org.apache.velocity : velocity-engine-core jar 2.3
com.graphql-java : graphql-java jar 17.3
org.leadpony.justify : justify jar 2.0.0
org.apache.johnzon : johnzon-core jar 1.2.10

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.12

test (10)

Group / Artifact Type Version
org.springframework : spring-test jar
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
org.springframework.boot : spring-boot-starter-data-jpa jar 2.4.4
org.springframework.boot : spring-boot-starter-websocket jar 2.4.4
org.javatuples : javatuples jar 1.2
com.graphql-java : graphql-java-extended-scalars jar 17.0
com.google.code.gson : gson jar 2.8.6

Project Modules

There are no modules declared in this project.