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.

Лицензия

Лицензия

Категории

Категории

Java Языки программирования Сеть
Группа

Группа

net.java.dev.rome
Идентификатор

Идентификатор

rome
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Организация-разработчик

Организация-разработчик

ROME Project

Скачать rome

Имя Файла Размер
rome-1.0.0.pom
rome-1.0.0.jar 215 KB
rome-1.0.0-sources.jar 201 KB
rome-1.0.0-javadoc.jar 719 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
jdom : jdom jar 1.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.2

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.0.0