s

streams-provider-rss

RSS Provider
Files download
File Operation
streams-provider-rss-0.4-incubating.jar download
streams-provider-rss-0.4-incubating.pom download
Apache Maven
<dependency>
  <groupId>org.apache.streams</groupId>
  <artifactId>streams-provider-rss</artifactId>
  <version>0.4-incubating</version>
</dependency>
Gradle Groovy
implementation 'org.apache.streams:streams-provider-rss:0.4-incubating'
Gradle Kotlin
implementation("org.apache.streams:streams-provider-rss:0.4-incubating")
Scala SBT
libraryDependencies += "org.apache.streams" % "streams-provider-rss" % "0.4-incubating"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.streams', module='streams-provider-rss', version='0.4-incubating')
)
Apache Ivy
<dependency org="org.apache.streams" name="streams-provider-rss" rev="0.4-incubating" />
Leiningen
[org.apache.streams/streams-provider-rss "0.4-incubating"]
Apache Buildr
'org.apache.streams:streams-provider-rss:jar:0.4-incubating'