| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-reactive-executor-vertx |
| Версия | Версия3.4.5 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-reactive-executor-vertx/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-reactive-executor-vertx</artifactId>
<version>3.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-reactive-executor-vertx/
implementation 'org.apache.camel:camel-reactive-executor-vertx:3.4.5'
// https://jarcasting.com/artifacts/org.apache.camel/camel-reactive-executor-vertx/
implementation ("org.apache.camel:camel-reactive-executor-vertx:3.4.5")
'org.apache.camel:camel-reactive-executor-vertx:jar:3.4.5'
<dependency org="org.apache.camel" name="camel-reactive-executor-vertx" rev="3.4.5">
<artifact name="camel-reactive-executor-vertx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-reactive-executor-vertx', version='3.4.5')
)
libraryDependencies += "org.apache.camel" % "camel-reactive-executor-vertx" % "3.4.5"
[org.apache.camel/camel-reactive-executor-vertx "3.4.5"]