安装及使用

Maven 中央仓库搜索

手动编译

git clone https://github.com/buession/buession-security
cd buession-security/buession-security-parent && mvn clean install

Maven

<dependency>
    <groupId>com.buession.security</groupId>
    <artifactId>buession-security-xxx</artifactId>
    <version>x.x.x</version>
</dependency>

Gradle

compile group: 'com.buession.security', name: 'buession-security-xxx', version: 'x.x.x'

其中,artifactId 中的 xxx 表示对应的子模块;version 中的 x.x.x 代表版本号,根据需要使用特定版本,建议使用 maven 仓库中已构建好的最新版本Maven Central的包。