Found 2 results
1. GraphQL Java Server Dependencies5 usages
com.graphql-java-generator » graphql-java-server-dependenciesMIT
This pom module contains the needed dependencies for the code generated by graphql-java-generator,
when the plugin is in server mode. When you use maven plugin or the gradle plugin, just add this dependency
so that the generated code embeds the necessary dependencies: <dependency><groupId>com.xyz</groupId>
<artifactId>mvn-web-deps</artifactId> <version>0.0.1-SNAPSHOT</version> <type>pom</type>
</dependency>
Last Release on Aug 28, 2024
2. GraphQL Java Client Dependencies7 usages
com.graphql-java-generator » graphql-java-client-dependenciesMIT
This pom module contains the needed dependencies for the code generated by graphql-java-generator,
when the plugin is in client mode, and the copyRuntimeSources plugin parameters is set to true
Last Release on Aug 28, 2024
- Prev
- 1
- Next