File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# GraphQL Java Tools
22
33[ ![ TravisCI Build] ( https://travis-ci.org/graphql-java-kickstart/graphql-java-tools.svg?branch=master )] ( https://travis-ci.org/graphql-java-kickstart/graphql-java-tools )
4- [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-tools/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-tools )
4+ [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.graphql-java-kickstart /graphql-java-tools/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.graphql-java-kickstart /graphql-java-tools )
55[ ![ Chat on Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/graphql-java-kickstart/Lobby )
66
77This library allows you to use the GraphQL schema language to build your [ graphql-java] ( https://github.com/graphql-java/graphql-java ) schema.
@@ -52,11 +52,11 @@ A few libraries exist to ease the boilerplate pain, including [GraphQL-Java's bu
5252<dependency >
5353 <groupId >com.graphql-java-kickstart</groupId >
5454 <artifactId >graphql-java-tools</artifactId >
55- <version >5.3.1 </version >
55+ <version >5.3.3 </version >
5656</dependency >
5757```
5858``` groovy
59- compile 'com.graphql-java-kickstart:graphql-java-tools:5.3.1 '
59+ compile 'com.graphql-java-kickstart:graphql-java-tools:5.3.3 '
6060```
6161
6262New releases will be available faster in the JCenter repository than in Maven Central. Add the following to use for Maven
You can’t perform that action at this time.
0 commit comments