# sherlocky-commons
**Repository Path**: sherlocky/sherlocky-commons
## Basic Information
- **Project Name**: sherlocky-commons
- **Description**: sherlocky公用基础工具包
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-08-05
- **Last Updated**: 2021-11-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# sherlocky-commons
[](https://github.com/sherlocky/sherlocky-commons/actions)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://search.maven.org/search?q=com.sherlocky)

#### 感谢 JetBrains 提供开源许可证支持
[](https://www.jetbrains.com/?from=sherlocky-commons)
#### 简介
Sherlock 自用公共基础包
#### 软件架构
基于 JDK 8 + Gradle 5.2.1 构建
#### 安装
已发布到Maven Central,[maven 地址](https://mvnrepository.com/artifact/com.sherlocky/sherlocky-commons)
##### maven
```xml
com.sherlocky
sherlocky-commons
0.2.0
```
snapshot 版:
```xml
com.sherlocky
sherlocky-commons
0.3.0-SNAPSHOT
```
##### gradle
```groovy
implementation 'com.sherlocky:sherlocky-commons:0.2.0'
```
snapshot 版:
```groovy
implementation 'com.sherlocky:sherlocky-commons:0.3.0-SNAPSHOT'
```