android jitpack maven管理

根gradle

dependencies {
        classpath 'com.android.tools.build:gradle:3.3.1'
        //maven 插件
        classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }

library gradle

apply plugin: 'com.github.dcendents.android-maven'
group='com.github.caoyangfei'

多个library会生成

点击跳转使用


使用方式


注:在使用中发现如果代码没更改,升级版本后,使用时还会下载下来旧版本。(可能理解有误)

相关文章

安装环境都很简单,就是下载工具需要在华为开发者联盟里注册...
上传的方式有两种,第一种是通过bintray官方出的插件bintray...
转载自: 完美解决Error:SSLpeershutdownincorrectly打开gr...
https://www.jianshu.com/p/9220227cdfb3buildscript{ext.ko...
Markdown版本笔记我的GitHub首页我的博客我的微信我的邮箱My...
 跟着教程做的,已经有了JDK,直接进行后面的步骤,下载安装...