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

https://github.com/dora4/dview-table-view


https://github.com/dora4/dview-table-view

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

dview-table-view
![Release](https://jitpack.io/v/dora4/dview-table-view.svg)
--------------------------------

#### 卡片
![DORA视图 古老的石板](https://github.com/user-attachments/assets/b5094707-759e-4cd3-9275-f8c9859adf31)

#### Gradle依赖配置

```groovy
// 添加以下代码到项目根目录下的build.gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
// 添加以下代码到app模块的build.gradle
dependencies {
implementation 'com.github.dora4:dview-table-view:1.0'
}
```