Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dora4/dcache-room-support
🧩 https://github.com/dora4/dcache-android Room扩展包。
https://github.com/dora4/dcache-room-support
Last synced: 3 days ago
JSON representation
🧩 https://github.com/dora4/dcache-android Room扩展包。
- Host: GitHub
- URL: https://github.com/dora4/dcache-room-support
- Owner: dora4
- License: gpl-3.0
- Created: 2023-04-20T18:21:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T18:00:53.000Z (14 days ago)
- Last Synced: 2025-01-27T19:24:38.735Z (14 days ago)
- Homepage:
- Size: 155 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dcache-room-support
![Release](https://jitpack.io/v/dora4/dcache-room-support.svg)
--------------------------------#### gradle依赖配置
```groovy
// 添加以下代码到项目根目录下的build.gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
// 添加以下代码到app模块的build.gradle
dependencies {
// 扩展包需要在有主框架的情况下使用
implementation 'com.github.dora4:dcache-android:3.1.14'
implementation 'com.github.dora4:dcache-room-support:1.9'
}
```