is not current version
Last Version 0.1.0

com.github.pwittchen:gesture 0.0.1

detects gestures on Android with listener and RxJava Observable.

GroupId

GroupId

com.github.pwittchen
ArtifactId

ArtifactId

gesture
Version

Version

0.0.1
Type

Type

aar

Download gesture 0.0.1


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