Download graphql-java-annotations-0.13.0.jar file - Jar g

Jar examples for g:graphql-java-annotations

Description

Annotations-based syntax for GraphQL schema definition

You can download jar file graphql-java-annotations 0.13.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add graphql-java-annotations-0.13.0.jar to your project.

<dependency>
   <groupId>com.graphql-java</groupId>
   <artifactId>graphql-java-annotations</artifactId>
   <version>0.13.0</version>
</dependency>
compile group: 'com.graphql-java', name: 'graphql-java-annotations', version: '0.13.0'
libraryDependencies += "com.graphql-java" % "graphql-java-annotations" % "0.13.0"
<dependency org="com.graphql-java" name="graphql-java-annotations" rev="0.13.0"/>
@Grapes(@Grab(group='com.graphql-java', module='graphql-java-annotations', version='0.13.0'))
'com.graphql-java:graphql-java-annotations:jar:0.13.0'

Download

Click the following link to download the jar file.

graphql-java-annotations-0.13.0-javadoc.jar
graphql-java-annotations-0.13.0-sources.jar
graphql-java-annotations-0.13.0.jar
graphql-java-annotations-0.13.0.pom



Related Tutorials