项目作者: MohamedWael

项目描述 :
quick initialization of retrofit
高级语言: Java
项目地址: git://github.com/MohamedWael/RitrofitCore.git
创建时间: 2018-01-25T22:55:49Z
项目社区:https://github.com/MohamedWael/RitrofitCore

开源协议:MIT License

下载


RitrofitCore

CircleCI


follow on Twitter

quick initialization of retrofit

Integration

1- Add it in your root build.gradle at the end of repositories:

  1. allprojects {
  2. repositories {
  3. ...
  4. maven { url 'https://jitpack.io' }
  5. }
  6. }

2- Add the dependency

  1. dependencies {
  2. ...
  3. implementation 'com.github.MohamedWael:RitrofitCore:0.0.1'
  4. }