<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-spring-boot-autoconfigure</artifactId>
<version>3.0.4</version>
</dependency>
@Grapes(
@Grab(group='com.graphql-java', module='graphql-spring-boot-autoconfigure', version='3.0.4')
)
<dependency org="com.graphql-java" name="graphql-spring-boot-autoconfigure" rev="3.0.4" />
runtime
|-- org.springframework.boot:spring-boot-configuration-processor:1.4.1.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure:1.4.1.RELEASE
|-- com.graphql-java:graphql-java-servlet:2.1.1
|-- org.springframework.boot:spring-boot-starter-web:1.4.1.RELEASE
|-- commons-fileupload:commons-fileupload:1.3.1
|-- com.embedler.moon.graphql:spring-graphql-common:2.1.0-2016-05-22T16-50-32