git clone https://github.com/buession/buessionframework
cd buessionframework/buession-parent && mvn clean install
<dependency>
<groupId>com.buession</groupId>
<artifactId>buession-xxx</artifactId>
<version>x.x.x</version>
</dependency>
compile group: 'com.buession', name: 'buession-xxx', version: 'x.x.x'
其中,artifactId 中的 xxx 表示对应的子模块;version 中的 x.x.x 代表版本号,根据需要使用特定版本,建议使用 maven 仓库中已构建好的最新版本的包。