Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Joyner committed Jul 31, 2016
1 parent c231c21 commit 02fcf01
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# CherokeeDictionaryDao
Cherokee Dictionary Project DAO via JDBI

Available via jitpack.io: https://jitpack.io/#michael-joyner/CherokeeDictionaryDao

Gradle:
```
repositories {
...
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.michael-joyner:CherokeeDictionaryDao:20160731'
}
```

0 comments on commit 02fcf01

Please sign in to comment.