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 1
1
# GraphQL Java Tools
2
2
3
3
[ ![ 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 )
5
5
[ ![ Chat on Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/graphql-java-kickstart/Lobby )
6
6
7
7
This 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
52
52
<dependency >
53
53
<groupId >com.graphql-java-kickstart</groupId >
54
54
<artifactId >graphql-java-tools</artifactId >
55
- <version >5.3.1 </version >
55
+ <version >5.3.3 </version >
56
56
</dependency >
57
57
```
58
58
``` 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 '
60
60
```
61
61
62
62
New 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