dropbox-client

The Dropbox API for Java is a Dropbox supported client library for accessing the JSON+REST interface to Dropbox. It supports OAuth proxied authentication. It is designed to be simple and easy to use, as well as instructional in case you want to write your own. It is MIT licensed.

Лицензия

Лицензия

MIT
Категории

Категории

Java Языки программирования
Группа

Группа

com.syncthemall
Идентификатор

Идентификатор

dropbox-java-sdk
Последняя версия

Последняя версия

1.5.3.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

dropbox-client
The Dropbox API for Java is a Dropbox supported client library for accessing the JSON+REST interface to Dropbox. It supports OAuth proxied authentication. It is designed to be simple and easy to use, as well as instructional in case you want to write your own. It is MIT licensed.
Ссылка на сайт

Ссылка на сайт

http://www.dropbox.com/developers/
Организация-разработчик

Организация-разработчик

Dropbox Inc.

Скачать dropbox-java-sdk

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.syncthemall/dropbox-java-sdk/ -->
<dependency>
    <groupId>com.syncthemall</groupId>
    <artifactId>dropbox-java-sdk</artifactId>
    <version>1.5.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.syncthemall/dropbox-java-sdk/
implementation 'com.syncthemall:dropbox-java-sdk:1.5.3.2'
// https://jarcasting.com/artifacts/com.syncthemall/dropbox-java-sdk/
implementation ("com.syncthemall:dropbox-java-sdk:1.5.3.2")
'com.syncthemall:dropbox-java-sdk:jar:1.5.3.2'
<dependency org="com.syncthemall" name="dropbox-java-sdk" rev="1.5.3.2">
  <artifact name="dropbox-java-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.syncthemall', module='dropbox-java-sdk', version='1.5.3.2')
)
libraryDependencies += "com.syncthemall" % "dropbox-java-sdk" % "1.5.3.2"
[com.syncthemall/dropbox-java-sdk "1.5.3.2"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.apache.httpcomponents : httpclient jar 4.2.4
org.apache.httpcomponents : httpmime jar 4.2.4
commons-logging : commons-logging jar 1.1.2
com.googlecode.json-simple : json-simple jar 1.1.1

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1
net.sourceforge.htmlunit : htmlunit jar 2.8

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.5.3.2
1.5.3.1