| Категории |
КатегорииUndertow Сеть Networking |
|---|---|
| Группа | Группаio.thorntail |
| Идентификатор | Идентификаторcamel-undertow |
| Версия | Версия2.1.0.Final |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| camel-undertow-2.1.0.Final.pom | |
| camel-undertow-2.1.0.Final.jar | 37 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.thorntail/camel-undertow/ -->
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>camel-undertow</artifactId>
<version>2.1.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/camel-undertow/
implementation 'io.thorntail:camel-undertow:2.1.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/camel-undertow/
implementation ("io.thorntail:camel-undertow:2.1.0.Final")
'io.thorntail:camel-undertow:jar:2.1.0.Final'
<dependency org="io.thorntail" name="camel-undertow" rev="2.1.0.Final">
<artifact name="camel-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='camel-undertow', version='2.1.0.Final')
)
libraryDependencies += "io.thorntail" % "camel-undertow" % "2.1.0.Final"
[io.thorntail/camel-undertow "2.1.0.Final"]