# StorageDownloader **Repository Path**: jltx/StorageDownloader ## Basic Information - **Project Name**: StorageDownloader - **Description**: rxjava+retrofit+okhttp+协程 - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-12-18 - **Last Updated**: 2022-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ZeusArchPro #### 介绍 rxjava+retrofit+okhttp+协程 封装的两个下载库,rxjava版和协程版 #### 最新的库 [![](https://jitpack.io/v/com.gitee.jltx/StorageDownloader.svg)](https://jitpack.io/#com.gitee.jltx/StorageDownloader) Add it in your root build.gradle at the end of repositories: ```Java allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` Step 2. Add the dependency ```Java dependencies { implementation 'com.gitee.jltx.StorageDownloader:storagedownloader:version' implementation 'com.gitee.jltx.StorageDownloader:coroutinesdownloader:version' } ```