License |
License |
---|---|
GroupId | GroupIdcom.github.pwittchen |
ArtifactId | ArtifactIdrxbattery |
Version | Version0.1.0 |
Type | Typeaar |
Description |
Descriptionrxbattery
Android library monitoring battery of the device with RxJava and RxKotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rxbattery-0.1.0.pom | |
rxbattery-0.1.0.aar | 11 KB |
rxbattery-0.1.0-sources.jar | 1 KB |
rxbattery-0.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/rxbattery/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>rxbattery</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/rxbattery/
implementation 'com.github.pwittchen:rxbattery:0.1.0'
// https://jarcasting.com/artifacts/com.github.pwittchen/rxbattery/
implementation ("com.github.pwittchen:rxbattery:0.1.0")
'com.github.pwittchen:rxbattery:aar:0.1.0'
<dependency org="com.github.pwittchen" name="rxbattery" rev="0.1.0">
<artifact name="rxbattery" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='rxbattery', version='0.1.0')
)
libraryDependencies += "com.github.pwittchen" % "rxbattery" % "0.1.0"
[com.github.pwittchen/rxbattery "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava2 : rxjava | jar | 2.2.0 |
io.reactivex.rxjava2 : rxandroid | jar | 2.0.2 |
io.reactivex.rxjava2 : rxkotlin | jar | 2.3.0 |
com.android.support » support-annotations | jar | 28.0.0-rc01 |