d

disk-restapi-sdk

The Java SDK for Yandex.Disk REST API is intended for applications that work with the files of Yandex.Disk users or store their own files and settings on Yandex.Disk.
http://disk.yandex.com/
Terms of Use of Yandex.Disk service
Yandex
Files download
File Operation
disk-restapi-sdk-1.02.jar download
disk-restapi-sdk-1.02.pom download
disk-restapi-sdk-1.02-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yandex.android</groupId>
  <artifactId>disk-restapi-sdk</artifactId>
  <version>1.02</version>
</dependency>
Gradle Groovy
implementation 'com.yandex.android:disk-restapi-sdk:1.02'
Gradle Kotlin
implementation("com.yandex.android:disk-restapi-sdk:1.02")
Scala SBT
libraryDependencies += "com.yandex.android" % "disk-restapi-sdk" % "1.02"
Groovy Grape
@Grapes(
  @Grab(group='com.yandex.android', module='disk-restapi-sdk', version='1.02')
)
Apache Ivy
<dependency org="com.yandex.android" name="disk-restapi-sdk" rev="1.02" />
Leiningen
[com.yandex.android/disk-restapi-sdk "1.02"]
Apache Buildr
'com.yandex.android:disk-restapi-sdk:jar:1.02'