【问题标题】:Where to download repositories after Bintray sunset as the bintray link responds with ForbiddenBintray 日落后在哪里下载存储库,因为 Bintray 链接以 Forbidden 响应
【发布时间】:2021-08-21 08:11:55
【问题描述】:

最近我听说 Bintray 将于 2021 年 5 月 1 日开始日落。知道如何下载托管在 Bintray 上的工件。

例如,我想下载托管在https://dl.bintray.com/americanexpress/maven 上的https://github.com/americanexpress/nodes/

当我打开https://dl.bintray.com/americanexpress/maven/io/aexp/nodes/graphql/parent/0.5.0 时,它会响应禁止,我认为这是由于 bintray 的日落所致。

【问题讨论】:

    标签: maven dependencies bintray jfrog


    【解决方案1】:

    具体来说 - 这个工件可以在其他存储库中找到。

    请参阅mvnrepository.com 上的搜索。

    在其他情况下,如果找不到模块,您应该联系开发人员或项目所有者,询问模块的新位置。他们可能需要发布它。

    【讨论】: