Gradle-----搭建简单的Gradle项目

    • GroupId  项目所在组信息
    • ArtifactId  项目名称  
    • Version  项目的版本信息

1。 默认获取依赖的最新版本

  

  compile('cn.cqmetro.emms:emms-service-system:latest.release')   // 获取最新的正式版

  

  compile('cn.cqmetro.emms:emms-service-system:latest.integration')   // 获取最新的版本: 可能为测试版也可能为发布版

  

posted @ 2017-03-20 12:27  果感  阅读(245)  评论(0编辑  收藏  举报