To add the repository to your project, add this to your build.gradle:
repositories {
maven {
url = "https://github.com/Serilum/.maven/raw/maven/"
}
}
And refresh your workspace by entering the following command in your project folder:
$ gradlew --refresh-dependencies