# NetRequestPro **Repository Path**: hacketzeng/NetRequestPro ## Basic Information - **Project Name**: NetRequestPro - **Description**: volley+okhttp, 链式调用 - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-08-03 - **Last Updated**: 2024-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Volley+OkHttp网络请求封装 #### How to use? #### **Step 1. Add the JitPack repository to your build file** Add it in your root build.gradle at the end of repositories: ``` allprojects { repositories { jcenter() maven { url "https://jitpack.io" } } } ``` **Step 2. Add the dependency** ``` dependencies { compile 'com.github.hacket:HackNetRequest:0.2' } ```