Skip to content

Commit

Permalink
dep instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
markrileybot committed Dec 5, 2016
1 parent ab3617f commit c60290b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ Java library used to encode/decode [heatshrink] compressed data.
```bash
./gradlew build
```

## Gradle dependency

build.gradle:

```groovy
repositories {
maven { url 'https://dl.bintray.com/mrileybot/markrileybot/' }
}
dependencies {
compile 'com.github.markrileybot.heatshrink:heatshrink-java:0.0.1'
}
```

## Build Status
[![Build Status](https://travis-ci.org/markrileybot/heatshrink-java.png)](http://travis-ci.org/markrileybot/heatshrink-java)
[![Coverage Status](https://coveralls.io/repos/github/markrileybot/heatshrink-java/badge.svg?branch=master)](https://coveralls.io/github/markrileybot/heatshrink-java?branch=master)
Expand Down

0 comments on commit c60290b

Please sign in to comment.