Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dora4/dcache-greendao-support

🧩 https://github.com/dora4/dcache-android GreenDao扩展包。(局限性,greendao仅支持jdk8)
https://github.com/dora4/dcache-greendao-support

Last synced: about 2 months ago
JSON representation

🧩 https://github.com/dora4/dcache-android GreenDao扩展包。(局限性,greendao仅支持jdk8)

Awesome Lists containing this project

README

        

dcache-greendao-support
![Release](https://jitpack.io/v/dora4/dcache-greendao-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.3'
implementation 'com.github.dora4:dcache-greendao-support:1.2'
}
```