DOC

io.github.dakshsemwal : retrofitfileuploadkit

Maven & Gradle

Nov 05, 2023
0 stars

retrofitfileuploadkit · RetrofitUploadKit is a convenient, streamlined Kotlin-based library that wraps around the Retrofit networking library, specifically tailored for simplifying file upload tasks. This kit abstracts the complex setup and configuration typically associated with making multipart HTTP requests for file uploads.

Table Of Contents

Latest Version

Download io.github.dakshsemwal : retrofitfileuploadkit Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.dakshsemwal : retrofitfileuploadkit Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1

How to open Javadoc JAR file in web browser

  1. Rename the file retrofitfileuploadkit-1-javadoc.jar to retrofitfileuploadkit-1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder retrofitfileuploadkit-1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "retrofitfileuploadkit-1-sources.jar" -d "retrofitfileuploadkit-1-javadoc" -subpackages 

Advertisement