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

tuuzedarchive/webapi

Repository files navigation

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'
}