Download rome-1.5.1.jar file - Jar r

Jar examples for r:rome

Description

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.

You can download jar file rome 1.5.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add rome-1.5.1.jar to your project.

<dependency>
   <groupId>com.rometools</groupId>
   <artifactId>rome</artifactId>
   <version>1.5.1</version>
</dependency>
compile group: 'com.rometools', name: 'rome', version: '1.5.1'
libraryDependencies += "com.rometools" % "rome" % "1.5.1"
<dependency org="com.rometools" name="rome" rev="1.5.1"/>
@Grapes(@Grab(group='com.rometools', module='rome', version='1.5.1'))
'com.rometools:rome:jar:1.5.1'

Download

Click the following link to download the jar file.

rome-1.5.1-javadoc.jar
rome-1.5.1-sources.jar
rome-1.5.1.jar
rome-1.5.1.pom



Related Tutorials