| GroupId | GroupIdcom.ryanharter.android-gesture-detectors |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version0.0.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| library-0.0.2.pom | |
| library-0.0.2.aar | 11 KB |
| library-0.0.2-sources.jar | 12 KB |
| library-0.0.2-javadoc.jar | 64 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ryanharter.android-gesture-detectors/library/ -->
<dependency>
<groupId>com.ryanharter.android-gesture-detectors</groupId>
<artifactId>library</artifactId>
<version>0.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.ryanharter.android-gesture-detectors/library/
implementation 'com.ryanharter.android-gesture-detectors:library:0.0.2'
// https://jarcasting.com/artifacts/com.ryanharter.android-gesture-detectors/library/
implementation ("com.ryanharter.android-gesture-detectors:library:0.0.2")
'com.ryanharter.android-gesture-detectors:library:aar:0.0.2'
<dependency org="com.ryanharter.android-gesture-detectors" name="library" rev="0.0.2">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.ryanharter.android-gesture-detectors', module='library', version='0.0.2')
)
libraryDependencies += "com.ryanharter.android-gesture-detectors" % "library" % "0.0.2"
[com.ryanharter.android-gesture-detectors/library "0.0.2"]