https://github.com/xiaohaoo/xiaohao-dependencies
https://github.com/xiaohaoo/xiaohao-dependencies
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xiaohaoo/xiaohao-dependencies
- Owner: xiaohaoo
- Created: 2023-06-18T09:29:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T16:44:09.000Z (over 2 years ago)
- Last Synced: 2025-04-13T14:12:22.478Z (about 1 year ago)
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xiaohao-dependencies
Java依赖聚合项目,引入依赖时可以省略每个类库的版本号
## 使用方法
- groovy
```groovy
implementation platform("com.xiaohaoo.dependencies:xiaohao-dependencies:1.0.1")
implementation "com.xiaohaoo:xiaohao-toolkit"
```
- kotlin
```kotlin
implementation(platform("com.xiaohaoo.dependencies:xiaohao-dependencies:1.0.1"))
implementation("com.xiaohaoo:xiaohao-toolkit")
```