| License | License | 
|---|---|
| GroupId | GroupIdcom.rometools | 
| ArtifactId | ArtifactIdrome | 
| Last Version | Last Version1.18.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionrome 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. | 
| Filename | Size | 
|---|---|
| rome-1.18.0.pom | |
| rome-1.18.0.jar | 248 KB | 
| rome-1.18.0-sources.jar | 215 KB | 
| rome-1.18.0-javadoc.jar | 789 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.rometools/rome/ -->
<dependency>
    <groupId>com.rometools</groupId>
    <artifactId>rome</artifactId>
    <version>1.18.0</version>
</dependency>// https://jarcasting.com/artifacts/com.rometools/rome/
implementation 'com.rometools:rome:1.18.0'// https://jarcasting.com/artifacts/com.rometools/rome/
implementation ("com.rometools:rome:1.18.0")'com.rometools:rome:jar:1.18.0'<dependency org="com.rometools" name="rome" rev="1.18.0">
  <artifact name="rome" type="jar" />
</dependency>@Grapes(
@Grab(group='com.rometools', module='rome', version='1.18.0')
)libraryDependencies += "com.rometools" % "rome" % "1.18.0"[com.rometools/rome "1.18.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.rometools : rome-utils | jar | 1.18.0 | 
| org.jdom : jdom2 | jar | 2.0.6.1 | 
| org.slf4j : slf4j-api | jar | 1.7.32 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.10 | 
| junit : junit | jar | 4.13.2 | 
| org.assertj : assertj-core | jar | 3.21.0 | 
| com.github.tomakehurst : wiremock | jar | 2.27.2 |