From 699364c8488d81e435c0fd595a7673f6af07587f Mon Sep 17 00:00:00 2001 From: OHMAE Ryosuke Date: Sun, 5 Feb 2017 20:12:23 +0900 Subject: [PATCH] =?UTF-8?q?maven=E3=83=AA=E3=83=9D=E3=82=B8=E3=83=88?= =?UTF-8?q?=E3=83=AA=E3=82=92=E8=A8=98=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53a37a92..f1c92c48 100644 --- a/README.md +++ b/README.md @@ -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 ```