| Лицензия |
Лицензия
MIT
|
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.syncloud |
| Идентификатор | Идентификаторdropbox-client |
| Последняя версия | Последняя версия1.5.3 |
| Дата | Дата |
| Тип | Тип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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| dropbox-client-1.5.3.pom | |
| dropbox-client-1.5.3.jar | 83 KB |
| dropbox-client-1.5.3-tests.jar | 7 KB |
| dropbox-client-1.5.3-src.zip | 66 KB |
| dropbox-client-1.5.3-src.tar.gz | 43 KB |
| dropbox-client-1.5.3-src.tar.bz2 | 36 KB |
| dropbox-client-1.5.3-sources.jar | 57 KB |
| dropbox-client-1.5.3-javadoc.jar | 326 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.syncloud/dropbox-client/ -->
<dependency>
<groupId>org.syncloud</groupId>
<artifactId>dropbox-client</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.syncloud/dropbox-client/
implementation 'org.syncloud:dropbox-client:1.5.3'
// https://jarcasting.com/artifacts/org.syncloud/dropbox-client/
implementation ("org.syncloud:dropbox-client:1.5.3")
'org.syncloud:dropbox-client:jar:1.5.3'
<dependency org="org.syncloud" name="dropbox-client" rev="1.5.3">
<artifact name="dropbox-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.syncloud', module='dropbox-client', version='1.5.3')
)
libraryDependencies += "org.syncloud" % "dropbox-client" % "1.5.3"
[org.syncloud/dropbox-client "1.5.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.0.3 |
| org.apache.httpcomponents : httpmime | jar | 4.0.3 |
| commons-codec : commons-codec | jar | 1.3 |
| com.googlecode.json-simple : json-simple | jar | 1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |
| net.sourceforge.htmlunit : htmlunit | jar | 2.8 |