Skip to content

dependency host

David Liu edited this page May 1, 2024 · 4 revisions

Maven central

Maven central 对源码有严格的要求

  • 要求VCS信息
  • 要求license 声明
  • 要求groupid和所有者的域名匹配
  • 文件签名

Maven中央仓库并不支持直接发布jar包。我们需要将jar包发布到一些指定的第三方Maven仓库,然后该仓库再将jar包同步到Maven中央仓库。

JitPack.io

sonatype

https://central.sonatype.org/publish/publish-maven/

中文教程https://cloud.tencent.com/developer/article/1929115

Clone this wiki locally