License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdcom.github.pwittchen |
ArtifactId | ArtifactIdreactiveairplanemode |
Version | Version0.0.1 |
Type | Typeaar |
Description |
Descriptionreactiveairplanemode
Android library listening airplane mode with RxJava Observables
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/reactiveairplanemode/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>reactiveairplanemode</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/reactiveairplanemode/
implementation 'com.github.pwittchen:reactiveairplanemode:0.0.1'
// https://jarcasting.com/artifacts/com.github.pwittchen/reactiveairplanemode/
implementation ("com.github.pwittchen:reactiveairplanemode:0.0.1")
'com.github.pwittchen:reactiveairplanemode:aar:0.0.1'
<dependency org="com.github.pwittchen" name="reactiveairplanemode" rev="0.0.1">
<artifact name="reactiveairplanemode" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='reactiveairplanemode', version='0.0.1')
)
libraryDependencies += "com.github.pwittchen" % "reactiveairplanemode" % "0.0.1"
[com.github.pwittchen/reactiveairplanemode "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava2 : rxjava | jar | 2.1.2 |
io.reactivex.rxjava2 : rxandroid | jar | 2.0.1 |
com.android.support » support-annotations | jar | 25.3.1 |