License |
License |
---|---|
GroupId | GroupIdcom.github.pwittchen |
ArtifactId | ArtifactIdswipe-rx2 |
Version | Version0.3.0 |
Type | Typeaar |
Description |
Descriptionswipe
detects swipe events on Android with listener and RxJava Observable
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
swipe-rx2-0.3.0.pom | |
swipe-rx2-0.3.0.aar | 6 KB |
swipe-rx2-0.3.0-sources.jar | 4 KB |
swipe-rx2-0.3.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/swipe-rx2/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>swipe-rx2</artifactId>
<version>0.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/swipe-rx2/
implementation 'com.github.pwittchen:swipe-rx2:0.3.0'
// https://jarcasting.com/artifacts/com.github.pwittchen/swipe-rx2/
implementation ("com.github.pwittchen:swipe-rx2:0.3.0")
'com.github.pwittchen:swipe-rx2:aar:0.3.0'
<dependency org="com.github.pwittchen" name="swipe-rx2" rev="0.3.0">
<artifact name="swipe-rx2" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='swipe-rx2', version='0.3.0')
)
libraryDependencies += "com.github.pwittchen" % "swipe-rx2" % "0.3.0"
[com.github.pwittchen/swipe-rx2 "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava2 : rxjava | jar | 2.1.9 |