This project isn't meant to be used directly but is a dependencies to a large number of other projects. It can be added as a dependency to a project with jitpack.io.
tldr
repositories {
...
maven { url 'https://jitpack.io' }
}
dependencies {
compile 'com.github.maayanlab.common:common-core:master-SNAPSHOT'
}