-
- GroupId 项目所在组信息
- ArtifactId 项目名称
- Version 项目的版本信息
1。 默认获取依赖的最新版本
compile('cn.cqmetro.emms:emms-service-system:latest.release') // 获取最新的正式版
compile('cn.cqmetro.emms:emms-service-system:latest.integration') // 获取最新的版本: 可能为测试版也可能为发布版
本文共 299 字,大约阅读时间需要 1 分钟。
1。 默认获取依赖的最新版本
compile('cn.cqmetro.emms:emms-service-system:latest.release') // 获取最新的正式版
compile('cn.cqmetro.emms:emms-service-system:latest.integration') // 获取最新的版本: 可能为测试版也可能为发布版
转载于:https://www.cnblogs.com/nelson-hu/p/6377028.html