o

okdownloader-android

Square’s meticulous HTTP client for Java and Kotlin.
https://ydxlt.github.io/okdownloader/
The Apache Software License, Version 2.0
Billbook, Inc.
Files download
File Operation
okdownloader-android-1.0.0.pom download
okdownloader-android-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ydxlt</groupId>
  <artifactId>okdownloader-android</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.ydxlt:okdownloader-android:1.0.0'
Gradle Kotlin
implementation("io.github.ydxlt:okdownloader-android:1.0.0")
Scala SBT
libraryDependencies += "io.github.ydxlt" % "okdownloader-android" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ydxlt', module='okdownloader-android', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.ydxlt" name="okdownloader-android" rev="1.0.0" />
Leiningen
[io.github.ydxlt/okdownloader-android "1.0.0"]
Apache Buildr
'io.github.ydxlt:okdownloader-android:jar:1.0.0'