Last Version

com.graphql-java-generator:graphql-maven-plugin-samples 1.0

This maven pom project embeds the various samples for the graphql-maven-plugin. These samples act both as samples, and integration tests, to validate the behavior of the plugin in different configurations.

License

License

Categories

Categories

Java Languages Maven Build Tools
GroupId

GroupId

com.graphql-java-generator
ArtifactId

ArtifactId

graphql-maven-plugin-samples
Version

Version

1.0
Type

Type

pom
Description

Description

This maven pom project embeds the various samples for the graphql-maven-plugin. These samples act both as samples, and integration tests, to validate the behavior of the plugin in different configurations.
Source Code Management

Source Code Management

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

Download graphql-maven-plugin-samples 1.0


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

Dependencies

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

Project Modules

  • graphql-maven-plugin-samples-Basic-server
  • graphql-maven-plugin-samples-Basic-client
  • graphql-maven-plugin-samples-Forum-server
  • graphql-maven-plugin-samples-Forum-client
  • graphql-maven-plugin-samples-StarWars-client
  • graphql-maven-plugin-samples-StarWars-server