Skip to content
This repository was archived by the owner on Apr 21, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 591 Bytes

File metadata and controls

17 lines (14 loc) · 591 Bytes

webapi-proxy

Download

添加依赖

repositories {
    maven { url 'https://dl.bintray.com/tuuzed/maven' }
}

dependencies {
    implementation 'com.tuuzed.webapi:webapi:latest.release'
    implementation 'com.tuuzed.webapi:converter-gson:latest.release'
    implementation 'com.tuuzed.webapi:coroutines:latest.release'
    implementation 'com.tuuzed.webapi:adapter-rxjava2:latest.release'
}