MVN

rome : rome

Maven & Gradle

May 20, 2010
209 usages

ROME, RSS and atOM utilitiEs for Java · All Roads Lead to ROME. ROME is a set of Atom/RSS Java utilities that make it easy to work in Java with most syndication formats. Today it accepts all flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0), Atom 0.3 and Atom 1.0 feeds. Rome includes a set of parsers and generators for the various flavors of feeds, as well as converters to convert from one format to another. The parsers can give you back Java objects that are either specific for the format you want to work with, or a generic normalized SyndFeed object that lets you work on with the data without bothering about the underlying format.

<dependency>
    <groupId>rome</groupId>
    <artifactId>rome</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of rome : rome to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of rome : rome to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
rome-1.0
1.0RC2
rome-1.0RC2
0.9
rome-0.9
0.8
rome-0.8
0.5
rome-0.5
0.3
rome-0.3

How to add a dependency to Maven

Add the following rome : rome maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>rome</groupId>
    <artifactId>rome</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following rome : rome gradle dependency to your build.gradle file:

implementation 'rome:rome:1.0'

Gradle Kotlin DSL: Add the following rome : rome gradle kotlin dependency to your build.gradle.kts file:

implementation("rome:rome:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following rome : rome sbt scala dependency to your build.sbt file:

libraryDependencies += "rome" % "rome" % "1.0"

Advertisement

Dependencies from Group

May 20, 2010
209 usages
May 20, 2010
15 usages
May 20, 2010
13 usages
Sep 23, 2008
4 usages
Sep 23, 2008

Discover Dependencies

Aug 26, 2007
4 usages
Feb 24, 2010
15 usages
Sep 24, 2010
7 usages
Aug 19, 2011
9 usages
Jan 19, 2012
9 usages
Sep 20, 2005
31 usages