Categories |
CategoriesJava Languages Maven Build Tools |
---|---|
GroupId | GroupIdcom.graphql-java-generator |
ArtifactId | ArtifactIdgraphql-maven-plugin-samples-Forum-server |
Version | Version1.0.0-RC1 |
Type | Typejar |
<!-- 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.0-RC1</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.0-RC1'
// 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.0-RC1")
'com.graphql-java-generator:graphql-maven-plugin-samples-Forum-server:jar:1.0.0-RC1'
<dependency org="com.graphql-java-generator" name="graphql-maven-plugin-samples-Forum-server" rev="1.0.0-RC1">
<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.0-RC1')
)
libraryDependencies += "com.graphql-java-generator" % "graphql-maven-plugin-samples-Forum-server" % "1.0.0-RC1"
[com.graphql-java-generator/graphql-maven-plugin-samples-Forum-server "1.0.0-RC1"]