mapbox-android-gestures
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.mapbox.mapboxsdk</groupId> <artifactId>mapbox-android-gestures</artifactId> <version>0.7.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.mapbox.mapboxsdk</groupId> <artifactId>mapbox-android-gestures</artifactId> <version>0.7.0</version> <packaging>aar</packaging> <dependencies> <dependency> <groupId>androidx.core</groupId> <artifactId>core</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> </dependencies> <name>Mapbox Android Gestures Library</name> <description>Mapbox Android Gestures Library</description> <url>https://github.com/mapbox/mapbox-gestures-android</url> <licenses> <license> <name>BSD</name> <url>https://opensource.org/licenses/BSD-2-Clause</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>mapbox</id> <name>Mapbox</name> </developer> </developers> <scm> <connection>scm:git@github.com/mapbox/mapbox-gestures-android.git</connection> <developerConnection>scm:git@github.com/mapbox/mapbox-gestures-android.git</developerConnection> <url>https://github.com/mapbox/mapbox-gestures-android</url> </scm> </project>