通过 Maven 到达罗马 [英] Getting Rome via Maven

查看:81
本文介绍了通过 Maven 到达罗马的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在与 Maven 合作,我希望开始将 Rome 用于一个项目.

I'm working with Maven and I'm looking to start using Rome for a project.

当我在 Eclipse 的 m2 实例中查找rome"时,我得到了一些结果:

When I look for "rome" in my Eclipse's m2 instance, I get a few results:

  1. net.java.dev.rome:rome:1.0.0 (2010-04-17)
  2. org.rometools:rome-fetcher:1.2 (2011-03-11) <-- 最新
  3. 罗马:罗马:1.0 (2010-05-10)

最重要的是,据我所知,罗马项目现在似乎在 rometools.jira.com 上.而 this page 似乎说使用第三个选项,但在另一个存储库(除了 Maven 中央),即使同一页面声明它不是最新的.

On top of that, the rome project seems to be now on rometools.jira.com, as far as I can tell. And this page seems to say to use the third option, but on another repository (other than Maven central), even though the same page states that it's not up to date.

所以我迷路了.如果我想要最新版本的 Rome 库,我应该使用什么 Maven 依赖项?毕竟我是否使用了正确的存储库?

So I'm lost. If I want the latest version of the Rome library, what Maven dependency should I use? Am I even using the right repository after all?

推荐答案

如果有人正在寻找最新的罗马图书馆,最新版本是 1.5.0:

If someone is nowadays looking for latest Rome library, the newest version is 1.5.0:

<dependency>
    <groupId>com.rometools</groupId>
    <artifactId>rome</artifactId>
     <version>1.5.0</version>
</dependency>

更多信息请访问 http://rometools.github.io/rome/

这篇关于通过 Maven 到达罗马的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆