r

rome-opml

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