License |
License |
---|---|
Categories |
CategoriesJava Languages Maven Build Tools |
GroupId | GroupIdcom.graphql-java-generator |
ArtifactId | ArtifactIdgraphql-maven-plugin-samples-Forum-server |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis 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.
|
<!-- https://jarcasting.com/artifacts/com.graphql-java-generator/graphql-maven-plugin-samples-Forum-server/ -->
<dependency>
<groupId>com.graphql-java-generator</groupId>
<artifactId>graphql-maven-plugin-samples-Forum-server</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphql-java-generator/graphql-maven-plugin-samples-Forum-server/
implementation 'com.graphql-java-generator:graphql-maven-plugin-samples-Forum-server:1.0'
// https://jarcasting.com/artifacts/com.graphql-java-generator/graphql-maven-plugin-samples-Forum-server/
implementation ("com.graphql-java-generator:graphql-maven-plugin-samples-Forum-server:1.0")
'com.graphql-java-generator:graphql-maven-plugin-samples-Forum-server:jar:1.0'
<dependency org="com.graphql-java-generator" name="graphql-maven-plugin-samples-Forum-server" rev="1.0">
<artifact name="graphql-maven-plugin-samples-Forum-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphql-java-generator', module='graphql-maven-plugin-samples-Forum-server', version='1.0')
)
libraryDependencies += "com.graphql-java-generator" % "graphql-maven-plugin-samples-Forum-server" % "1.0"
[com.graphql-java-generator/graphql-maven-plugin-samples-Forum-server "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.graphql-java-generator : graphql-java-server-dependencies | pom | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
com.graphql-java-kickstart : graphiql-spring-boot-starter | jar | 5.7.0 |
com.h2database : h2 | jar | 1.4.199 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | |
org.junit.jupiter : junit-jupiter-api | jar |