Skip to content

Commit

Permalink
mavenリポジトリを記述
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmae committed Feb 5, 2017
1 parent 8049374 commit 699364c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,24 @@ There is no way to make Device. If you need it, please select another library.

## How to use

I placed maven repository on gh-pages.
```
repositories {
maven {
url 'https://ohmae.github.com/mmupnp/maven'
}
}
dependencies {
compile 'net.mm2d.mmupnp:mmupnp:1.0.6'
}
```

## Documents

I described Javadoc comments. Please refer to it for more information.
- Javadoc in Japanese
- http://ohmae.github.io/mmupnp/javadoc/
- https://ohmae.github.io/mmupnp/javadoc/

### Initialize and Start
```
Expand Down

0 comments on commit 699364c

Please sign in to comment.