Skip to content

bearhuang-omg/maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

maven

我的maven仓库

引用方式

1.在项目的build.gradle当中添加maven地址

allprojects {

    repositories {
    
        google()
        
        jcenter()
        
        //添加
        
        maven { url 'https://raw.githubusercontent.com/huangbei1990/maven/master/' }
    } 
}

2.在模块的build.gradle当中添加需要引用的库

例如添加permission库

dependencies {

    ...
    
    implementation 'hbuilder.android.utils:permission:1.1'
    
}

About

我的maven仓库

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors