| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки Reactor Контейнер Микросервисы Reactive libraries |
|---|---|
| Группа | Группаorg.apache.camel.springboot |
| Идентификатор | Идентификаторcamel-reactor-starter |
| Версия | Версия3.5.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| camel-reactor-starter-3.5.0.pom | |
| camel-reactor-starter-3.5.0.jar | 7 KB |
| camel-reactor-starter-3.5.0-sources.jar | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-reactor-starter/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-reactor-starter</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-reactor-starter/
implementation 'org.apache.camel.springboot:camel-reactor-starter:3.5.0'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-reactor-starter/
implementation ("org.apache.camel.springboot:camel-reactor-starter:3.5.0")
'org.apache.camel.springboot:camel-reactor-starter:jar:3.5.0'
<dependency org="org.apache.camel.springboot" name="camel-reactor-starter" rev="3.5.0">
<artifact name="camel-reactor-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-reactor-starter', version='3.5.0')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-reactor-starter" % "3.5.0"
[org.apache.camel.springboot/camel-reactor-starter "3.5.0"]