License |
License |
---|---|
GroupId | GroupIdcom.github.pwittchen |
ArtifactId | ArtifactIdtouch-rx2 |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptiontouch
Android library, which allows to monitor raw touch events on the screen of the device with RxJava
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
touch-rx2-0.0.1.pom | |
touch-rx2-0.0.1.aar | 3 KB |
touch-rx2-0.0.1-sources.jar | 2 KB |
touch-rx2-0.0.1-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/touch-rx2/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>touch-rx2</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/touch-rx2/
implementation 'com.github.pwittchen:touch-rx2:0.0.1'
// https://jarcasting.com/artifacts/com.github.pwittchen/touch-rx2/
implementation ("com.github.pwittchen:touch-rx2:0.0.1")
'com.github.pwittchen:touch-rx2:aar:0.0.1'
<dependency org="com.github.pwittchen" name="touch-rx2" rev="0.0.1">
<artifact name="touch-rx2" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='touch-rx2', version='0.0.1')
)
libraryDependencies += "com.github.pwittchen" % "touch-rx2" % "0.0.1"
[com.github.pwittchen/touch-rx2 "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava2 : rxjava | jar | 2.2.19 |
androidx.multidex » multidex | jar | 2.0.0 |