# 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 [![Build Status](https://github.com/sherlocky/sherlocky-commons/workflows/Java%20CI/badge.svg)](https://github.com/sherlocky/sherlocky-commons/actions) [![license](https://img.shields.io/github/license/sherlocky/sherlocky-commons.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) [![maven](https://img.shields.io/maven-central/v/com.sherlocky/sherlocky-commons.svg)](https://search.maven.org/search?q=com.sherlocky) ![sherlocky](logo.png "sherlocky") #### 感谢 JetBrains 提供开源许可证支持 [![JetBrains](jetbrains-variant-4.svg)](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' ```