# MvpFrame **Repository Path**: ActenDy/MvpFrame ## Basic Information - **Project Name**: MvpFrame - **Description**: easy MvpFrame - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MvpFrame ## Retrofit2+Rxjava+Okhttp+Butterknife+EventBus+Mvp 来不及了快导包 // Retrofit库
implementation 'com.squareup.retrofit2:retrofit:2.5.0'
// gson库
implementation 'com.squareup.retrofit2:converter-gson:2.5.0'
// Retrofit中的rxjava adapter
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.5.0'
//rxjava and rxandroid
implementation 'io.reactivex.rxjava2:rxjava:2.0.1'
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
// butterknife
implementation 'com.jakewharton:butterknife:8.4.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
// eventBus
implementation 'org.greenrobot:eventbus:3.0.0'
// okhttp
implementation 'com.squareup.okhttp3:okhttp:3.5.0'
implementation 'com.squareup.okhttp3:logging-interceptor:3.6.0'
// 自动解绑
implementation 'com.uber.autodispose:autodispose:0.8.0'
implementation 'com.uber.autodispose:autodispose-android-archcomponents:0.8.0'