GroupId | GroupIdcom.github.faroukbengharssallah |
---|---|
ArtifactId | ArtifactIdrss-parser-lib |
Version | Version0 |
Type | Typejar |
Filename | Size |
---|---|
rss-parser-lib-0.pom | |
rss-parser-lib-0.jar | 82 KB |
rss-parser-lib-0-sources.jar | 51 KB |
rss-parser-lib-0-javadoc.jar | 326 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.faroukbengharssallah/rss-parser-lib/ -->
<dependency>
<groupId>com.github.faroukbengharssallah</groupId>
<artifactId>rss-parser-lib</artifactId>
<version>0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.faroukbengharssallah/rss-parser-lib/
implementation 'com.github.faroukbengharssallah:rss-parser-lib:0'
// https://jarcasting.com/artifacts/com.github.faroukbengharssallah/rss-parser-lib/
implementation ("com.github.faroukbengharssallah:rss-parser-lib:0")
'com.github.faroukbengharssallah:rss-parser-lib:jar:0'
<dependency org="com.github.faroukbengharssallah" name="rss-parser-lib" rev="0">
<artifact name="rss-parser-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.faroukbengharssallah', module='rss-parser-lib', version='0')
)
libraryDependencies += "com.github.faroukbengharssallah" % "rss-parser-lib" % "0"
[com.github.faroukbengharssallah/rss-parser-lib "0"]