github graphql-java-kickstart/graphql-spring-boot v5.0.3
5.0.3

latest releases: v15.1.0, v15.1.0-javax, v15.0.0...
5 years ago

Changed organization

Starting with this release the project has moved out of the graphql-java organization into graphql-java-kickstart. This because they are in fact separate projects where maintainers of the one actually weren't involved in maintenance of the other. This resulted in it becoming quite unclear what is actually graphql-java and what was a library on top. This confusion was clearly visible in the Gitter channel as well. That's why we split the projects and the Gitter channels.

Maven

<dependency>
    <groupId>com.graphql-java-kickstart</groupId>
    <artifactId>graphql-spring-boot</artifactId>
    <version>5.0.3</version>
</dependency>

Gradle

compile 'com.graphql-java-kickstart:graphql-spring-boot:5.0.3'

Don't miss a new graphql-spring-boot release

NewReleases is sending notifications on new releases.