哪里可以下载org.eclipse.higgins:higgins:1.0.1

Where can I download org.eclipse.higgins:higgins:1.0.1

我正在尝试将我们的 higgins 依赖项从 1.0.0 更新到 1.0.1。由于 1.0.1 使用 apache commons 日志记录。 我在我们的项目中有以下依赖

    <dependency>
        <groupId>org.eclipse.higgins</groupId>
        <artifactId>higgins</artifactId>
        <version>1.0.0</version>
    </dependency>

以上依赖来自于我们的私有仓库。现在我正在寻找 1.0.1 以消除我们对 log4j 的依赖。但是我找不到上述神器的1.0.1版本。

我发现以下 url 说 higgins 1.0.1 已发布,但我找不到 jar。 https://projects.eclipse.org/projects/technology.higgins/releases/1.0.1

我找到了这个页面

https://projects.eclipse.org/projects/technology.higgins/downloads

下载 link 导航至

https://www.eclipse.org/projects/archives.php

页面信息显示:

You are seeing this because the project you were looking for has been archived. When projects are archived their data(downloads, source and website), is collected into a single tar.gz file.

因此,此项目已存档,这是因为没有下载 linkjar。

我试图在项目源中找到 tar.gz,但是 UI 上没有 link。

但我已经尝试查看其他 link 的外观并将项目名称更改为 higgins

所以我找到了工作 link

http://archive.eclipse.org/archived_projects/higgins.tgz

该文件大约有 3GB,但您可以下载它并从源构建最新版本(或者 1.0.1 jar 已经在 higgins.tgz 中)。

获得 jar 后,您必须将其作为第 3 方 jar 添加到某个 Maven 存储库中。

https://www.google.com/amp/s/roufid.com/3-ways-to-add-local-jar-to-maven-project/amp/