An open API service indexing awesome lists of open source software.

https://github.com/xiaohaoo/xiaohao-toolkit

项目公共类库
https://github.com/xiaohaoo/xiaohao-toolkit

Last synced: about 1 year ago
JSON representation

项目公共类库

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