1 Star 2 Fork 0

Rubintry/GoRouter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install.gradle 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
Rubintry 提交于 2020-07-15 13:57 . Add a simple example.
// 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
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/rubintry/GoRouter.git
git@gitee.com:rubintry/GoRouter.git
rubintry
GoRouter
GoRouter
master

搜索帮助