| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииQuarkus Контейнер Микросервисы React Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаorg.apache.camel.quarkus |
| Идентификатор | Идентификаторcamel-quarkus-reactive-executor |
| Версия | Версия2.4.0 |
| Тип | Типjar |
| Описание |
ОписаниеCamel Quarkus :: Core :: Reactive Executor :: Runtime
Maven plugins configuration
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-reactive-executor/ -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-reactive-executor</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-reactive-executor/
implementation 'org.apache.camel.quarkus:camel-quarkus-reactive-executor:2.4.0'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-reactive-executor/
implementation ("org.apache.camel.quarkus:camel-quarkus-reactive-executor:2.4.0")
'org.apache.camel.quarkus:camel-quarkus-reactive-executor:jar:2.4.0'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-reactive-executor" rev="2.4.0">
<artifact name="camel-quarkus-reactive-executor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-reactive-executor', version='2.4.0')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-reactive-executor" % "2.4.0"
[org.apache.camel.quarkus/camel-quarkus-reactive-executor "2.4.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.camel.quarkus : camel-quarkus-core | jar | |
| org.apache.camel : camel-reactive-executor-vertx | jar | |
| io.quarkus : quarkus-vertx | jar |