License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdcom.github.pwittchen |
ArtifactId | ArtifactIdreactivebeacons-rx2 |
Version | Version0.6.0 |
Type | Typeaar |
Description |
Descriptionreactivebeacons
Android library scanning BLE (Bluetooth Low Energy) beacons nearby with RxJava
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
reactivebeacons-rx2-0.6.0.pom | |
reactivebeacons-rx2-0.6.0.aar | 24 KB |
reactivebeacons-rx2-0.6.0-sources.jar | 14 KB |
reactivebeacons-rx2-0.6.0-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/reactivebeacons-rx2/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>reactivebeacons-rx2</artifactId>
<version>0.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivebeacons-rx2/
implementation 'com.github.pwittchen:reactivebeacons-rx2:0.6.0'
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivebeacons-rx2/
implementation ("com.github.pwittchen:reactivebeacons-rx2:0.6.0")
'com.github.pwittchen:reactivebeacons-rx2:aar:0.6.0'
<dependency org="com.github.pwittchen" name="reactivebeacons-rx2" rev="0.6.0">
<artifact name="reactivebeacons-rx2" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='reactivebeacons-rx2', version='0.6.0')
)
libraryDependencies += "com.github.pwittchen" % "reactivebeacons-rx2" % "0.6.0"
[com.github.pwittchen/reactivebeacons-rx2 "0.6.0"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava2 : rxjava | jar | 2.0.7 |
com.android.support » support-annotations | jar | 25.2.0 |