carto-mobile-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.carto</groupId> <artifactId>carto-mobile-sdk</artifactId> <version>4.4.7</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.carto</groupId> <artifactId>carto-mobile-sdk</artifactId> <version>4.4.7</version> <packaging>aar</packaging> <name>CARTO Mobile SDK</name> <description>CARTO Mobile Maps SDK for Android</description> <url>https://github.com/CartoDB/mobile-sdk</url> <licenses> <license> <name>BSD 3-Clause</name> <url>https://opensource.org/licenses/BSD-3-Clause</url> </license> </licenses> <developers> <developer> <id>CARTO</id> <name>CARTO Mobile Team</name> </developer> </developers> <scm> <connection>scm:git:https://github.com/CartoDB/mobile-sdk.git</connection> <developerConnection>scm:git:https://github.com/CartoDB/mobile-sdk.git</developerConnection> <url>https://github.com/CartoDB/mobile-sdk</url> </scm> </project>