https://github.com/omega-r/omegabind
https://github.com/omega-r/omegabind
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/omega-r/omegabind
- Owner: Omega-R
- License: mit
- Created: 2020-12-16T09:19:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T09:23:17.000Z (over 2 years ago)
- Last Synced: 2025-01-20T23:24:47.501Z (over 1 year ago)
- Language: Kotlin
- Size: 258 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://jitpack.io/#Omega-R/OmegaBind)
[](https://opensource.org/licenses/MIT)
# OmegaBind
Step 1. 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:OmegaBind:1.0.0'
}