Skip to content

Installation

Prerequisites

ROME 1.x requires Java 6 or later.

Install from Maven Central

All versions since 1.5.0 are available on Maven Central under the following coordinates:

<dependency>
    <groupId>com.rometools</groupId>
    <artifactId>rome</artifactId>
    <version>${rome.version}</version>
</dependency>

Install from source

To build the library from source you have to install JDK 6 (or later), clone the source from GitHub and install all modules using the provided Maven Wrapper.

Linux

git clone https://github.com/rometools/rome.git
cd rome
./mvnw install

Windows

git clone https://github.com/rometools/rome.git
cd rome
mvnw install