Skip to content

chenliang2016/CLAndroidMaven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLAndroidMaven

是一个android相关的maven中央仓库,目前包括,mvp核心框架,以及一个自定义的webview fragment(提供相关的原生与js的交互),集合多个view的aar,工具类的aar,

使用方法

在build.gradle 下添加中央库地址


android {
 
    repositories {
        ...
        maven {
            url "https://raw.githubusercontent.com/chenliang2016/CLAndroidMaven/master"
        }
        ...
    }
}

添加依赖

compile 'com.cl:webview:1.1.1'

库列表

  • mvpcore
compile 'com.cl:mvpcore:1.1.0'

基于mvp的一个核心框架,集成了mvp架构,网络请求工具

使用方法

  • webview
compile 'com.cl:webview:1.1.1'

封装webview与js交互的相关方法

使用方法

  • TWidget
compile 'com.cl:twidget:1.0.2'

自定义了相关控件

使用方法

About

my android maven center

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published