License |
License |
---|---|
GroupId | GroupIdcom.github.faroukbengharssallah |
ArtifactId | ArtifactIdrss-parser-lib |
Version | Version1 |
Type | Typejar |
Description |
DescriptionRSS Feed Data Extraction API
A module library containing some APIs to get data existed in RSS Feed URLs
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rss-parser-lib-1.pom | |
rss-parser-lib-1.jar | 14 KB |
rss-parser-lib-1-sources.jar | 9 KB |
rss-parser-lib-1-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.faroukbengharssallah/rss-parser-lib/ -->
<dependency>
<groupId>com.github.faroukbengharssallah</groupId>
<artifactId>rss-parser-lib</artifactId>
<version>1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.faroukbengharssallah/rss-parser-lib/
implementation 'com.github.faroukbengharssallah:rss-parser-lib:1'
// https://jarcasting.com/artifacts/com.github.faroukbengharssallah/rss-parser-lib/
implementation ("com.github.faroukbengharssallah:rss-parser-lib:1")
'com.github.faroukbengharssallah:rss-parser-lib:jar:1'
<dependency org="com.github.faroukbengharssallah" name="rss-parser-lib" rev="1">
<artifact name="rss-parser-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.faroukbengharssallah', module='rss-parser-lib', version='1')
)
libraryDependencies += "com.github.faroukbengharssallah" % "rss-parser-lib" % "1"
[com.github.faroukbengharssallah/rss-parser-lib "1"]
Group / Artifact | Type | Version |
---|---|---|
org.jsoup : jsoup | jar | 1.8.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |