is not current version
Last Version 0.3.0

com.github.pwittchen:swipe-rx2 0.2.0

detects swipe events on Android with listener and RxJava Observable

GroupId

GroupId

com.github.pwittchen
ArtifactId

ArtifactId

swipe-rx2
Version

Version

0.2.0
Type

Type

aar

Download swipe-rx2 0.2.0


<!-- https://jarcasting.com/artifacts/com.github.pwittchen/swipe-rx2/ -->
<dependency>
    <groupId>com.github.pwittchen</groupId>
    <artifactId>swipe-rx2</artifactId>
    <version>0.2.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/swipe-rx2/
implementation 'com.github.pwittchen:swipe-rx2:0.2.0'
// https://jarcasting.com/artifacts/com.github.pwittchen/swipe-rx2/
implementation ("com.github.pwittchen:swipe-rx2:0.2.0")
'com.github.pwittchen:swipe-rx2:aar:0.2.0'
<dependency org="com.github.pwittchen" name="swipe-rx2" rev="0.2.0">
  <artifact name="swipe-rx2" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='swipe-rx2', version='0.2.0')
)
libraryDependencies += "com.github.pwittchen" % "swipe-rx2" % "0.2.0"
[com.github.pwittchen/swipe-rx2 "0.2.0"]