Skip to content

Commit 07c4790

Browse files
author
arash.shokoufandeh
committed
adding binaries instructions now that code is on maven central
1 parent 8b97f7d commit 07c4790

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,30 @@
22

33
# GLiTR
44

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)
66

77
A library that lets you use Plain Old Java Objects to describe your GraphQL schema.
88

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+
929
## How to use it
1030

1131
This is the famous "hello world" in [graphql-java](https://github.com/graphql-java/graphql-java) with GLiTR:

0 commit comments

Comments
 (0)