License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdcom.github.pwittchen |
ArtifactId | ArtifactIdreactivewifi |
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-0.3.0.pom | |
reactivewifi-0.3.0.aar | 21 KB |
reactivewifi-0.3.0-sources.jar | 6 KB |
reactivewifi-0.3.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/reactivewifi/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>reactivewifi</artifactId>
<version>0.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivewifi/
implementation 'com.github.pwittchen:reactivewifi:0.3.0'
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivewifi/
implementation ("com.github.pwittchen:reactivewifi:0.3.0")
'com.github.pwittchen:reactivewifi:aar:0.3.0'
<dependency org="com.github.pwittchen" name="reactivewifi" rev="0.3.0">
<artifact name="reactivewifi" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='reactivewifi', version='0.3.0')
)
libraryDependencies += "com.github.pwittchen" % "reactivewifi" % "0.3.0"
[com.github.pwittchen/reactivewifi "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex : rxjava | jar | 1.3.4 |
io.reactivex : rxandroid | jar | 1.2.1 |
com.android.support » support-annotations | jar | 27.0.2 |