| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdorg.apache.streams |
| ArtifactId | ArtifactIdstreams-provider-rss |
| Version | Version0.6.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| streams-provider-rss-0.6.0.pom | |
| streams-provider-rss-0.6.0.jar | 37 KB |
| streams-provider-rss-0.6.0-tests.jar | 27 KB |
| streams-provider-rss-0.6.0-javadoc.jar | 86 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.streams/streams-provider-rss/ -->
<dependency>
<groupId>org.apache.streams</groupId>
<artifactId>streams-provider-rss</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.streams/streams-provider-rss/
implementation 'org.apache.streams:streams-provider-rss:0.6.0'
// https://jarcasting.com/artifacts/org.apache.streams/streams-provider-rss/
implementation ("org.apache.streams:streams-provider-rss:0.6.0")
'org.apache.streams:streams-provider-rss:jar:0.6.0'
<dependency org="org.apache.streams" name="streams-provider-rss" rev="0.6.0">
<artifact name="streams-provider-rss" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.streams', module='streams-provider-rss', version='0.6.0')
)
libraryDependencies += "org.apache.streams" % "streams-provider-rss" % "0.6.0"
[org.apache.streams/streams-provider-rss "0.6.0"]