| GroupId | GroupIdio.github.gnuf0rce |
|---|---|
| ArtifactId | ArtifactIdrss-helper |
| Version | Version1.0.8 |
| Type | Typepom |
| Filename | Size |
|---|---|
| rss-helper-1.0.8.pom | |
| rss-helper-1.0.8-sources.jar | 20 KB |
| rss-helper-1.0.8-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.gnuf0rce/rss-helper/ -->
<dependency>
<groupId>io.github.gnuf0rce</groupId>
<artifactId>rss-helper</artifactId>
<version>1.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.gnuf0rce/rss-helper/
implementation 'io.github.gnuf0rce:rss-helper:1.0.8'
// https://jarcasting.com/artifacts/io.github.gnuf0rce/rss-helper/
implementation ("io.github.gnuf0rce:rss-helper:1.0.8")
'io.github.gnuf0rce:rss-helper:pom:1.0.8'
<dependency org="io.github.gnuf0rce" name="rss-helper" rev="1.0.8">
<artifact name="rss-helper" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.gnuf0rce', module='rss-helper', version='1.0.8')
)
libraryDependencies += "io.github.gnuf0rce" % "rss-helper" % "1.0.8"
[io.github.gnuf0rce/rss-helper "1.0.8"]