We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f999f9e commit efe61ddCopy full SHA for efe61dd
README.md
@@ -1 +1,17 @@
1
-# OmegaBind
+[](https://jitpack.io/#Omega-R/OmegaBind)
2
+[](https://opensource.org/licenses/MIT)
3
+
4
+# OmegaBind
5
+Step 1. Add it in your root build.gradle at the end of repositories:
6
7
+ allprojects {
8
+ repositories {
9
+ ...
10
+ maven { url 'https://jitpack.io' }
11
+ }
12
13
+Step 2. Add the dependency
14
15
+ dependencies {
16
+ implementation 'com.github.Omega-R:OmegaBind:1.0.0'
17
0 commit comments