文件名称:Android代码-dropbox-sdk-java
文件大小:648KB
文件格式:ZIP
更新时间:2022-08-27 04:33:59
Android代码
Dropbox Core SDK for Java 6 A Java library to access Dropbox's HTTP-based Core API v2. This SDK also supports the older Core API v1, but that support will be removed at some point. License: MIT Documentation: Javadocs Setup If you're using Maven, then edit your project's "pom.xml" and add this to the `` section: com.dropbox.core dropbox-core-sdk 3.0.11 If you are using Gradle, then edit your project's "build.gradle" and add this to the dependencies section: dependencies { //