https://github.com/omega-r/omegabase
https://github.com/omega-r/omegabase
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/omega-r/omegabase
- Owner: Omega-R
- License: mit
- Created: 2019-04-04T07:25:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T07:52:53.000Z (over 1 year ago)
- Last Synced: 2025-04-01T09:36:37.868Z (10 months ago)
- Language: Kotlin
- Size: 677 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://jitpack.io/#Omega-R/OmegaBase)
[](https://opensource.org/licenses/MIT)
# OmegaBase
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.Omega-R:OmegaBase:1.3.1'
}