License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdcom.github.pwittchen |
ArtifactId | ArtifactIdreactivewifi-rx2 |
Version | Version0.3.0 |
Type | Typeaar |
Description |
Descriptionreactivewifi
Android library listening available WiFi Access Points and related information with RxJava Observables
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
reactivewifi-rx2-0.3.0.pom | |
reactivewifi-rx2-0.3.0.aar | 23 KB |
reactivewifi-rx2-0.3.0-sources.jar | 6 KB |
reactivewifi-rx2-0.3.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/reactivewifi-rx2/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>reactivewifi-rx2</artifactId>
<version>0.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivewifi-rx2/
implementation 'com.github.pwittchen:reactivewifi-rx2:0.3.0'
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivewifi-rx2/
implementation ("com.github.pwittchen:reactivewifi-rx2:0.3.0")
'com.github.pwittchen:reactivewifi-rx2:aar:0.3.0'
<dependency org="com.github.pwittchen" name="reactivewifi-rx2" rev="0.3.0">
<artifact name="reactivewifi-rx2" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='reactivewifi-rx2', version='0.3.0')
)
libraryDependencies += "com.github.pwittchen" % "reactivewifi-rx2" % "0.3.0"
[com.github.pwittchen/reactivewifi-rx2 "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava2 : rxjava | jar | 2.1.8 |
io.reactivex.rxjava2 : rxandroid | jar | 2.0.1 |
com.android.support » support-annotations | jar | 27.0.2 |