Skip to content

ryuunoakaihitomi/maven-repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

My Maven Repository

Background

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.

Import

dependencies {
    repositories {
        maven {
            url 'https://raw.githubusercontent.com/ryuunoakaihitomi/maven-repository/master'
        }
    }
    ...
}

Including libraries

Packages

No packages published