Skip to content

nullptrx/repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nexus maven repo

同步仓库

dart run sync.dart

引用仓库

rootProject.allprojects {
    repositories {
        google()
        mavenCentral()
        // maven { url 'http://localhost:8081/repository/m2/' }
        // maven { url 'https://raw.githubusercontent.com/nullptrX/repo/master/m2' }
        maven { url 'https://cdn.jsdelivr.net/gh/nullptrX/repo/m2/' }
    }
}

dependencies {
    api 'io.github.nullptrx:$artifact:$version@aar'
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages