License |
License |
---|---|
GroupId | GroupIdcom.github.pwittchen |
ArtifactId | ArtifactIdgesture |
Version | Version0.1.0 |
Type | Typeaar |
Description |
Descriptiongesture
detects gestures on Android with listener and RxJava Observable.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gesture-0.1.0.pom | |
gesture-0.1.0.aar | 8 KB |
gesture-0.1.0-sources.jar | 3 KB |
gesture-0.1.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/gesture/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>gesture</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/gesture/
implementation 'com.github.pwittchen:gesture:0.1.0'
// https://jarcasting.com/artifacts/com.github.pwittchen/gesture/
implementation ("com.github.pwittchen:gesture:0.1.0")
'com.github.pwittchen:gesture:aar:0.1.0'
<dependency org="com.github.pwittchen" name="gesture" rev="0.1.0">
<artifact name="gesture" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='gesture', version='0.1.0')
)
libraryDependencies += "com.github.pwittchen" % "gesture" % "0.1.0"
[com.github.pwittchen/gesture "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex : rxjava | jar | 1.3.3 |