From 3ab41e5a1b3327ddbb48f19f39309a82d19e919c Mon Sep 17 00:00:00 2001 From: Piotr Wittchen Date: Mon, 3 Apr 2017 19:01:09 +0200 Subject: [PATCH] =?UTF-8?q?=E0=BC=BC=20=E3=81=A4=20=E2=97=95=5F=E2=97=95?= =?UTF-8?q?=20=E0=BC=BD=E3=81=A4=20giving=20version=200.6.0=20in=20README.?= =?UTF-8?q?md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ca8141..3a2d6d1 100644 --- a/README.md +++ b/README.md @@ -295,7 +295,23 @@ reactiveBeacons.observe() Download -------- -Not available yet. Stay tuned. +You can depend on the library through Maven: + +```xml + + com.github.pwittchen + reactivebeacons-rx2 + 0.6.0 + +``` + +or through Gradle: + +```groovy +dependencies { + compile 'com.github.pwittchen:reactivebeacons-rx2:0.6.0' +} +``` Tests -----