An open API service indexing awesome lists of open source software.

https://github.com/omega-r/omegabase


https://github.com/omega-r/omegabase

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

          

[![](https://jitpack.io/v/Omega-R/OmegaBase.svg)](https://jitpack.io/#Omega-R/OmegaBase)
[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)](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'
}