| GroupId | GroupIdrss4j |
|---|---|
| ArtifactId | ArtifactIdrss4j |
| Last Version | Last Version0.92 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| rss4j-0.92.pom | |
| rss4j-0.92.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/rss4j/rss4j/ -->
<dependency>
<groupId>rss4j</groupId>
<artifactId>rss4j</artifactId>
<version>0.92</version>
</dependency>
// https://jarcasting.com/artifacts/rss4j/rss4j/
implementation 'rss4j:rss4j:0.92'
// https://jarcasting.com/artifacts/rss4j/rss4j/
implementation ("rss4j:rss4j:0.92")
'rss4j:rss4j:jar:0.92'
<dependency org="rss4j" name="rss4j" rev="0.92">
<artifact name="rss4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='rss4j', module='rss4j', version='0.92')
)
libraryDependencies += "rss4j" % "rss4j" % "0.92"
[rss4j "0.92"]