Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaohaoo/xiaohao-dependencies
https://github.com/xiaohaoo/xiaohao-dependencies
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/xiaohaoo/xiaohao-dependencies
- Owner: xiaohaoo
- Created: 2023-06-18T09:29:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T16:44:09.000Z (about 1 year ago)
- Last Synced: 2023-10-12T03:02:45.505Z (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")
```