| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки Reactive Streams Контейнер Микросервисы Reactive libraries |
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-example-reactive-streams |
| Последняя версия | Последняя версия2.19.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCamel :: Example :: Reactive Streams
An example that shows how Camel can exchange data using reactive streams with Spring Boot reactor
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-example-reactive-streams/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-example-reactive-streams</artifactId>
<version>2.19.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-reactive-streams/
implementation 'org.apache.camel:camel-example-reactive-streams:2.19.5'
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-reactive-streams/
implementation ("org.apache.camel:camel-example-reactive-streams:2.19.5")
'org.apache.camel:camel-example-reactive-streams:jar:2.19.5'
<dependency org="org.apache.camel" name="camel-example-reactive-streams" rev="2.19.5">
<artifact name="camel-example-reactive-streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-example-reactive-streams', version='2.19.5')
)
libraryDependencies += "org.apache.camel" % "camel-example-reactive-streams" % "2.19.5"
[org.apache.camel/camel-example-reactive-streams "2.19.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.camel : camel-spring-boot-starter | jar | 2.19.5 |
| org.apache.camel : camel-reactive-streams-starter | jar | 2.19.5 |
| org.apache.camel : camel-servlet-starter | jar | 2.19.5 |
| org.springframework.boot : spring-boot-starter-web | jar | 1.5.7.RELEASE |
| org.springframework.boot : spring-boot-starter-actuator | jar | |
| io.projectreactor : reactor-core | jar | 3.0.5.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |