| License |
License |
|---|---|
| GroupId | GroupIdorg.finos.springbot.tools |
| ArtifactId | ArtifactIdrss-bot |
| Last Version | Last Version9.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRSS Publications Bot
Sends RSS Feeds to Symphony Rooms
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| rss-bot-9.0.0.pom | |
| rss-bot-9.0.0.jar | 31 MB |
| rss-bot-9.0.0-sources.jar | 25 KB |
| rss-bot-9.0.0-javadoc.jar | 172 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.finos.springbot.tools/rss-bot/ -->
<dependency>
<groupId>org.finos.springbot.tools</groupId>
<artifactId>rss-bot</artifactId>
<version>9.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.finos.springbot.tools/rss-bot/
implementation 'org.finos.springbot.tools:rss-bot:9.0.0'
// https://jarcasting.com/artifacts/org.finos.springbot.tools/rss-bot/
implementation ("org.finos.springbot.tools:rss-bot:9.0.0")
'org.finos.springbot.tools:rss-bot:jar:9.0.0'
<dependency org="org.finos.springbot.tools" name="rss-bot" rev="9.0.0">
<artifact name="rss-bot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finos.springbot.tools', module='rss-bot', version='9.0.0')
)
libraryDependencies += "org.finos.springbot.tools" % "rss-bot" % "9.0.0"
[org.finos.springbot.tools/rss-bot "9.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |