https://github.com/dora4/dview-table-view
https://github.com/dora4/dview-table-view
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dora4/dview-table-view
- Owner: dora4
- License: apache-2.0
- Created: 2025-06-12T06:28:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-24T13:43:48.000Z (12 months ago)
- Last Synced: 2025-08-07T10:06:18.235Z (10 months ago)
- Language: Kotlin
- Size: 64.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dview-table-view

--------------------------------
#### 卡片

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