r

rome-modules

Plugin collection for the ROME RSS and Atom Utilities
The Apache Software License, Version 2.0
Files download
File Operation
rome-modules-2.1.0.jar download
rome-modules-2.1.0.pom download
rome-modules-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.rometools</groupId>
  <artifactId>rome-modules</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.rometools:rome-modules:2.1.0'
Gradle Kotlin
implementation("com.rometools:rome-modules:2.1.0")
Scala SBT
libraryDependencies += "com.rometools" % "rome-modules" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.rometools', module='rome-modules', version='2.1.0')
)
Apache Ivy
<dependency org="com.rometools" name="rome-modules" rev="2.1.0" />
Leiningen
[com.rometools/rome-modules "2.1.0"]
Apache Buildr
'com.rometools:rome-modules:jar:2.1.0'