LogoNGA 开发文档

使用 PkgPub

在 maven 仓库列表中添加 回忆溢出工作组 的仓库以使用其依赖

引入依赖源

pluginManagement {
    repositories {
        maven {
            url 'https://oom-maven.sawahara.host'
            content {
                includeGroupAndSubgroups 'ren.shiror'
                includeGroupAndSubgroups 'work.niggergo'
                includeGroupAndSubgroups 'dev.oom-wg'
            }
        }
    }
}
dependencyResolutionManagement {
    repositories {
        maven {
            url 'https://oom-maven.sawahara.host'
            content {
                includeGroupAndSubgroups 'ren.shiror'
                includeGroupAndSubgroups 'work.niggergo'
                includeGroupAndSubgroups 'dev.oom-wg'
            }
        }
    }
}
pluginManagement {
    repositories {
        maven("https://oom-maven.sawahara.host") {
            content {
                includeGroupAndSubgroups("ren.shiror")
                includeGroupAndSubgroups("work.niggergo")
                includeGroupAndSubgroups("dev.oom-wg")
            }
        }
    }
}
dependencyResolutionManagement {
    repositories {
        maven("https://oom-maven.sawahara.host") {
            content {
                includeGroupAndSubgroups("ren.shiror")
                includeGroupAndSubgroups("work.niggergo")
                includeGroupAndSubgroups("dev.oom-wg")
            }
        }
    }
}

镜像源

目前有如下源:

  • https://oom-maven.sawahara.host: EdgeOne Pages (全球,包括中国大陆)
  • https://maven.oom-wg.dev: GitHub Pages
  • https://raw.githubusercontent.com/OOM-WG/PureJoy/maven: GitHub

在此页面...