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: 5 months ago
JSON representation

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")
```