Download graphql-spring-boot-autoconfigure-4.0.0.jar file - Jar g

Jar examples for g:graphql-spring-boot-autoconfigure

Description

GraphQL Spring Framework Boot

You can download jar file graphql-spring-boot-autoconfigure 4.0.0 in this page.

License

MIT

Build File

You can use the following script to add graphql-spring-boot-autoconfigure-4.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

graphql-spring-boot-autoconfigure-4.0.0-javadoc.jar
graphql-spring-boot-autoconfigure-4.0.0-sources.jar
graphql-spring-boot-autoconfigure-4.0.0.jar
graphql-spring-boot-autoconfigure-4.0.0.pom



Related Tutorials