https://github.com/xiaohaoo/xiaohao-toolkit
项目公共类库
https://github.com/xiaohaoo/xiaohao-toolkit
Last synced: about 1 year ago
JSON representation
项目公共类库
- Host: GitHub
- URL: https://github.com/xiaohaoo/xiaohao-toolkit
- Owner: xiaohaoo
- Created: 2022-04-29T07:50:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T21:19:28.000Z (over 2 years ago)
- Last Synced: 2025-04-13T12:08:44.383Z (about 1 year ago)
- Language: Java
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xiaohao-toolkit
项目公共工具类库
## 使用方法
- groovy
```groovy
implementation platform("com.xiaohaoo:xiaohao-dependencies:1.0.1")
implementation "com.xiaohaoo:xiaohao-toolkit"
```
- kotlin
```kotlin
implementation(platform("com.xiaohaoo:xiaohao-dependencies:1.0.1"))
implementation("com.xiaohaoo:xiaohao-toolkit")
```