-
- GroupId 项目所在组信息
- ArtifactId 项目名称
- Version 项目的版本信息
1。 默认获取依赖的最新版本
compile('cn.cqmetro.emms:emms-service-system:latest.release') // 获取最新的正式版
compile('cn.cqmetro.emms:emms-service-system:latest.integration') // 获取最新的版本: 可能为测试版也可能为发布版
1。 默认获取依赖的最新版本
compile('cn.cqmetro.emms:emms-service-system:latest.release') // 获取最新的正式版
compile('cn.cqmetro.emms:emms-service-system:latest.integration') // 获取最新的版本: 可能为测试版也可能为发布版