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 9428612 commit 24524f2Copy full SHA for 24524f2
README.md
@@ -0,0 +1,18 @@
1
+[](https://jitpack.io/#Omega-R/OmegaTestConnect)
2
+[](https://opensource.org/licenses/MIT)
3
+# OmegaTestConnect
4
+
5
6
+Add it in your root build.gradle at the end of repositories:
7
8
+ allprojects {
9
+ repositories {
10
+ ...
11
+ maven { url 'https://jitpack.io' }
12
+ }
13
14
+Step 2. Add the dependency
15
16
+ dependencies {
17
+ implementation 'com.github.Omega-R:OmegaTestConnect:1.0.0'
18
0 commit comments