не последняя версия
Последняя версия 0.0.4

com.ryanharter.android-gesture-detectors:library 0.0.3

Gesture detector framework for multitouch handling on Android, based on Android's ScaleGestureDetector

Группа

Группа

com.ryanharter.android-gesture-detectors
Идентификатор

Идентификатор

library
Версия

Версия

0.0.3
Тип

Тип

aar

Скачать library 0.0.3


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