定义jar包版本
在root工程的bulid.gradle文件在外层ext{}里面定义
如图,使用set(“”,””) 或者 dream=1.1.1
引用
implementation group: 'com.github.xiaoymin', name: 'swagger-bootstrap-ui', version: "$rootProject.ext.swaggerui" 或 implementation "cn.hutool:hutool-all:$rootProject.ext.hutool"
注意:定义时不要有- 引用时要用双引号