is not current version
Last Version 2.2.1.Final

io.thorntail:camel-undertow 2.1.0.Final

The undertow component provides HTTP-based endpoints for consuming and producing HTTP requests.

Categories

Categories

Undertow Net Networking
GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

camel-undertow
Version

Version

2.1.0.Final
Type

Type

jar

Download camel-undertow 2.1.0.Final


<!-- 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"]