File tree 1 file changed +21
-1
lines changed
1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# GLiTR
4
4
5
- [ ![ Build Status] ( https://travis-ci.org/nfl/glitr.svg?branch=master )] ( https://travis-ci.org/nfl/glitr ) [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.nfl.glitr/glitr/badge.svg?style=plastic )] ( https://maven-badges.herokuapp.com/maven-central/com.nfl.glitr/glitr ) [ ![ License] ( https://img.shields.io/github/license/mashape/apistatus.svg )] ( https://github.com/nfl/glitr/blob/master/LICENSE )
5
+ [ ![ Build Status] ( https://travis-ci.org/nfl/glitr.svg?branch=master )] ( https://travis-ci.org/nfl/glitr ) [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.nfl.glitr/glitr/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.nfl.glitr/glitr ) [ ![ License] ( https://img.shields.io/github/license/mashape/apistatus.svg )] ( https://github.com/nfl/glitr/blob/master/LICENSE )
6
6
7
7
A library that lets you use Plain Old Java Objects to describe your GraphQL schema.
8
8
9
+ ## Binaries
10
+
11
+ Example for Maven:
12
+
13
+ ``` xml
14
+ <dependency >
15
+ <groupId >com.nfl.glitr</groupId >
16
+ <artifactId >glitr</artifactId >
17
+ <version >x.y.z</version >
18
+ </dependency >
19
+ ```
20
+
21
+ Example for gradle:
22
+
23
+ ``` gradle
24
+ compile("com.nfl.glitr:glitr:x.y.z")
25
+ ```
26
+
27
+ Change history can be found here: [ CHANGELOG.md] ( https://github.com/nfl/glitr/blob/master/CHANGELOG.md )
28
+
9
29
## How to use it
10
30
11
31
This is the famous "hello world" in [ graphql-java] ( https://github.com/graphql-java/graphql-java ) with GLiTR:
You can’t perform that action at this time.
0 commit comments