is not current version
Last Version 0.1.1

com.github.pwittchen:gesture-rx2 0.1.0

detects gestures on Android with listener and RxJava Observable.

GroupId

GroupId

com.github.pwittchen
ArtifactId

ArtifactId

gesture-rx2
Version

Version

0.1.0
Type

Type

aar

Download gesture-rx2 0.1.0


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