| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-rss |
| Версия | Версия3.11.0 |
| Тип | Типjar |
| Описание |
ОписаниеCamel :: RSS
Camel RSS support
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| camel-rss-3.11.0.pom | |
| camel-rss-3.11.0.jar | 45 KB |
| camel-rss-3.11.0-sources.jar | 26 KB |
| camel-rss-3.11.0-javadoc.jar | 103 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-rss/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-rss</artifactId>
<version>3.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-rss/
implementation 'org.apache.camel:camel-rss:3.11.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-rss/
implementation ("org.apache.camel:camel-rss:3.11.0")
'org.apache.camel:camel-rss:jar:3.11.0'
<dependency org="org.apache.camel" name="camel-rss" rev="3.11.0">
<artifact name="camel-rss" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-rss', version='3.11.0')
)
libraryDependencies += "org.apache.camel" % "camel-rss" % "3.11.0"
[org.apache.camel/camel-rss "3.11.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.camel : camel-support | jar | 3.11.0 |
| org.apache.camel : camel-atom | jar | 3.11.0 |
| com.rometools : rome | jar | 1.15.0 |