License |
License |
---|---|
Categories |
CategoriesNet React User Interface Web Frameworks |
GroupId | GroupIdcom.github.pwittchen |
ArtifactId | ArtifactIdreactivenetwork |
Version | Version0.13.0 |
Type | Typeaar |
Description |
Descriptionreactivenetwork
Android library listening network connection state and Internet connectivity with RxJava Observables
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
reactivenetwork-0.13.0.pom | |
reactivenetwork-0.13.0.aar | 29 KB |
reactivenetwork-0.13.0-sources.jar | 20 KB |
reactivenetwork-0.13.0-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/reactivenetwork/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>reactivenetwork</artifactId>
<version>0.13.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivenetwork/
implementation 'com.github.pwittchen:reactivenetwork:0.13.0'
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivenetwork/
implementation ("com.github.pwittchen:reactivenetwork:0.13.0")
'com.github.pwittchen:reactivenetwork:aar:0.13.0'
<dependency org="com.github.pwittchen" name="reactivenetwork" rev="0.13.0">
<artifact name="reactivenetwork" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='reactivenetwork', version='0.13.0')
)
libraryDependencies += "com.github.pwittchen" % "reactivenetwork" % "0.13.0"
[com.github.pwittchen/reactivenetwork "0.13.0"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex : rxjava | jar | 1.3.8 |
io.reactivex : rxandroid | jar | 1.2.1 |
com.android.support » support-annotations | jar | 27.1.1 |