Since jcenter is shutting down, I need a new public maven repository to store my library publications. The most common choice is maven central or jitpack, but I prefer to choice a platform with more freedom. So here it is.
dependencies {
repositories {
maven {
url 'https://raw.githubusercontent.com/ryuunoakaihitomi/maven-repository/master'
}
}
...
}