is not current version
Last Version 0.2.0

com.github.pwittchen:swipe 0.0.1

detects swipe events on Android with listener and RxJava Observable

GroupId

GroupId

com.github.pwittchen
ArtifactId

ArtifactId

swipe
Version

Version

0.0.1
Type

Type

aar

Download swipe 0.0.1


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