Download rxandroidble-1.2.2.jar file - Jar r

Jar examples for r:rxandroidble

Description

RxJava backed support for Bluetooth Low Energy in Android

You can download jar file rxandroidble 1.2.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add rxandroidble-1.2.2.jar to your project.

<dependency>
   <groupId>com.polidea.rxandroidble</groupId>
   <artifactId>rxandroidble</artifactId>
   <version>1.2.2</version>
</dependency>
compile group: 'com.polidea.rxandroidble', name: 'rxandroidble', version: '1.2.2'
libraryDependencies += "com.polidea.rxandroidble" % "rxandroidble" % "1.2.2"
<dependency org="com.polidea.rxandroidble" name="rxandroidble" rev="1.2.2"/>
@Grapes(@Grab(group='com.polidea.rxandroidble', module='rxandroidble', version='1.2.2'))
'com.polidea.rxandroidble:rxandroidble:jar:1.2.2'

Download

Click the following link to download the jar file.

rxandroidble-1.2.2-javadoc.jar
rxandroidble-1.2.2-sources.jar
rxandroidble-1.2.2.pom



Related Tutorials