Last Version

ROME, RSS and atOM utilitiEs for Java 1.0.0

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.

License

License

Categories

Categories

Java Languages Net
GroupId

GroupId

net.java.dev.rome
ArtifactId

ArtifactId

rome
Version

Version

1.0.0
Type

Type

jar
Description

Description

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.
Project Organization

Project Organization

ROME Project

Download rome 1.0.0


<!-- https://jarcasting.com/artifacts/net.java.dev.rome/rome/ -->
<dependency>
    <groupId>net.java.dev.rome</groupId>
    <artifactId>rome</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.dev.rome/rome/
implementation 'net.java.dev.rome:rome:1.0.0'
// https://jarcasting.com/artifacts/net.java.dev.rome/rome/
implementation ("net.java.dev.rome:rome:1.0.0")
'net.java.dev.rome:rome:jar:1.0.0'
<dependency org="net.java.dev.rome" name="rome" rev="1.0.0">
  <artifact name="rome" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.dev.rome', module='rome', version='1.0.0')
)
libraryDependencies += "net.java.dev.rome" % "rome" % "1.0.0"
[net.java.dev.rome/rome "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
jdom : jdom jar 1.0

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.