is not current version
Last Version 0.6.0

com.github.pwittchen:reactivebeacons 0.2.0

Android library scanning BLE (Bluetooth Low Energy) beacons nearby with RxJava

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

com.github.pwittchen
ArtifactId

ArtifactId

reactivebeacons
Version

Version

0.2.0
Type

Type

aar

Download reactivebeacons 0.2.0


<!-- https://jarcasting.com/artifacts/com.github.pwittchen/reactivebeacons/ -->
<dependency>
    <groupId>com.github.pwittchen</groupId>
    <artifactId>reactivebeacons</artifactId>
    <version>0.2.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivebeacons/
implementation 'com.github.pwittchen:reactivebeacons:0.2.0'
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivebeacons/
implementation ("com.github.pwittchen:reactivebeacons:0.2.0")
'com.github.pwittchen:reactivebeacons:aar:0.2.0'
<dependency org="com.github.pwittchen" name="reactivebeacons" rev="0.2.0">
  <artifact name="reactivebeacons" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='reactivebeacons', version='0.2.0')
)
libraryDependencies += "com.github.pwittchen" % "reactivebeacons" % "0.2.0"
[com.github.pwittchen/reactivebeacons "0.2.0"]