https://github.com/fengzhizi715/tony-common
个人java 后台项目中总结的常用类
https://github.com/fengzhizi715/tony-common
Last synced: 7 days ago
JSON representation
个人java 后台项目中总结的常用类
- Host: GitHub
- URL: https://github.com/fengzhizi715/tony-common
- Owner: fengzhizi715
- Created: 2015-01-11T14:03:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T08:44:48.000Z (about 3 years ago)
- Last Synced: 2025-03-15T16:04:56.258Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 78.1 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tony-common
java 服务端项目中总结的常用类 (Deprecated,不再更新)[](http://www.weibo.com/fengzhizi715)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://jitpack.io/#fengzhizi715/tony-common)## 下载
将它添加到项目的 root build.gradle 中:
```groovy
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```然后在项目或者在 module 中添加:
```groovy
implementation 'com.github.fengzhizi715.tony-common:tony-common-utils:v1.2.7'
```