| License | License | 
|---|---|
| GroupId | GroupIdorg.rometools | 
| ArtifactId | ArtifactIdrome-opml | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionrome-opml Support for OPML 1 and OPML 2 in ROME | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| rome-opml-1.0.pom | |
| rome-opml-1.0.jar | 25 KB | 
| rome-opml-1.0-sources.jar | 21 KB | 
| rome-opml-1.0-javadoc.jar | 89 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.rometools/rome-opml/ -->
<dependency>
    <groupId>org.rometools</groupId>
    <artifactId>rome-opml</artifactId>
    <version>1.0</version>
</dependency>// https://jarcasting.com/artifacts/org.rometools/rome-opml/
implementation 'org.rometools:rome-opml:1.0'// https://jarcasting.com/artifacts/org.rometools/rome-opml/
implementation ("org.rometools:rome-opml:1.0")'org.rometools:rome-opml:jar:1.0'<dependency org="org.rometools" name="rome-opml" rev="1.0">
  <artifact name="rome-opml" type="jar" />
</dependency>@Grapes(
@Grab(group='org.rometools', module='rome-opml', version='1.0')
)libraryDependencies += "org.rometools" % "rome-opml" % "1.0"[org.rometools/rome-opml "1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| rome : rome | jar | 1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.1 |