r

rome-opml

Support for OPML 1 and OPML 2 in ROME
Files download
File Operation
rome-opml-1.8.1.jar download
rome-opml-1.8.1.pom download
rome-opml-1.8.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.rometools</groupId>
  <artifactId>rome-opml</artifactId>
  <version>1.8.1</version>
</dependency>
Gradle Groovy
implementation 'com.rometools:rome-opml:1.8.1'
Gradle Kotlin
implementation("com.rometools:rome-opml:1.8.1")
Scala SBT
libraryDependencies += "com.rometools" % "rome-opml" % "1.8.1"
Groovy Grape
@Grapes(
  @Grab(group='com.rometools', module='rome-opml', version='1.8.1')
)
Apache Ivy
<dependency org="com.rometools" name="rome-opml" rev="1.8.1" />
Leiningen
[com.rometools/rome-opml "1.8.1"]
Apache Buildr
'com.rometools:rome-opml:jar:1.8.1'