Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chantsune/rect-item-decoration
https://github.com/chantsune/rect-item-decoration
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chantsune/rect-item-decoration
- Owner: ChanTsune
- License: mit
- Created: 2021-02-21T10:06:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T12:36:15.000Z (7 months ago)
- Last Synced: 2024-05-01T14:18:15.430Z (7 months ago)
- Language: Kotlin
- Size: 753 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# RectItemDecoration
[![CI](https://github.com/ChanTsune/RectItemDecoration/actions/workflows/ci.yml/badge.svg)](https://github.com/ChanTsune/RectItemDecoration/actions/workflows/ci.yml)
[![](https://jitpack.io/v/ChanTsune/rect-item-decoration.svg)](https://jitpack.io/#ChanTsune/rect-item-decoration)
![GitHub](https://img.shields.io/github/license/ChanTsune/rect-item-decoration)```gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
``````gradle
dependencies {
implementation 'com.github.ChanTsune:rect-item-decoration:${latest_version}'
}
```## License
This project published under MIT License.
For more information see [LICENSE](./LICENSE).