MVN

net.java.dev.rome : rome

Maven & Gradle

Apr 17, 2010
31 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>net.java.dev.rome</groupId>
    <artifactId>rome</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.java.dev.rome : rome to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of net.java.dev.rome : rome to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
rome-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.java.dev.rome</groupId>
    <artifactId>rome</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.java.dev.rome:rome:1.0.0'

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

implementation("net.java.dev.rome:rome:1.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.java.dev.rome" % "rome" % "1.0.0"

Advertisement

Dependencies from Group

Apr 17, 2010
31 usages
Apr 17, 2010
5 usages
Apr 19, 2010
1 usages

Discover Dependencies

Apr 16, 2013
6 stars
Apr 23, 2013
5 usages
573 stars
Jun 10, 2014
0 stars
Oct 12, 2014
0 stars
Oct 06, 2012
May 02, 2014
19 stars
Jun 26, 2014
8 usages
0 stars
May 09, 2009
34 usages
Feb 24, 2015
6 usages
83 stars