1 Star 0 Fork 14

rungo/ARouter

forked from Gitee 极速下载/ARouter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.gradle 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
正纬 提交于 2019-05-09 11:44 . Upgrade maven plugin.
// backup of [https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle]
apply plugin: 'com.github.dcendents.android-maven'
group = publishedGroupId
install {
repositories.mavenInstaller {
// This generates POM.xml with proper parameters
pom {
project {
packaging 'aar'
groupId publishedGroupId
artifactId artifact
// Add your description here
name libraryName
description libraryDescription
url siteUrl
// Set your license
licenses {
license {
name licenseName
url licenseUrl
}
}
developers {
developer {
id developerId
name developerName
email developerEmail
}
}
scm {
connection gitUrl
developerConnection gitUrl
url siteUrl
}
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/pangwangyong/ARouter.git
git@gitee.com:pangwangyong/ARouter.git
pangwangyong
ARouter
ARouter
develop

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385