Skip to content

Commit 02fcf01

Browse files
Update README.md
1 parent c231c21 commit 02fcf01

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
# CherokeeDictionaryDao
22
Cherokee Dictionary Project DAO via JDBI
3+
4+
Available via jitpack.io: https://jitpack.io/#michael-joyner/CherokeeDictionaryDao
5+
6+
Gradle:
7+
```
8+
repositories {
9+
...
10+
maven { url "https://jitpack.io" }
11+
}
12+
dependencies {
13+
compile 'com.github.michael-joyner:CherokeeDictionaryDao:20160731'
14+
}
15+
16+
```

0 commit comments

Comments
 (0)