is not current version
Last Version 1.0

com.graphql-java-generator:graphql-maven-plugin-samples 1.0.0-RC2

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.

Categories

Categories

Java Languages Maven Build Tools
GroupId

GroupId

com.graphql-java-generator
ArtifactId

ArtifactId

graphql-maven-plugin-samples
Version

Version

1.0.0-RC2
Type

Type

pom

Download graphql-maven-plugin-samples 1.0.0-RC2


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