dropbox-android-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.dropbox.core</groupId> <artifactId>dropbox-android-sdk</artifactId> <version>7.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.dropbox.core</groupId> <artifactId>dropbox-android-sdk</artifactId> <version>7.0.0</version> <packaging>aar</packaging> <name>Dropbox SDK for Android</name> <description>An Android client library to access Dropbox's HTTP-based Core API v2.</description> <url>https://github.com/dropbox/dropbox-sdk-java/</url> <licenses> <license> <name>MIT</name> <url>http://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>dropbox-api-team</id> <name>Dropbox API Team</name> <email>api-support@dropbox.com</email> <url>https://github.com/dropbox/</url> </developer> </developers> <scm> <connection>scm:git:https://github.com/dropbox/dropbox-sdk-java.git</connection> <developerConnection>scm:git:git@github.com:dropbox/dropbox-sdk-java.git</developerConnection> <url>https://github.com/dropbox/dropbox-sdk-java/</url> </scm> <dependencies> <dependency> <groupId>com.dropbox.core</groupId> <artifactId>dropbox-core-sdk</artifactId> <version>7.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.6.21</version> <scope>compile</scope> </dependency> </dependencies> </project>