is not current version
Last Version 2018.5.0

org.wildfly.swarm:camel-undertow 2016.12.1

The Camel undertow component provides HTTP-based endpoints for consuming and producing HTTP requests. That is, the Undertow component behaves as a simple Web server and can be used with the Camel REST DSL to design REST Services

Categories

Categories

WildFly Container Application Servers Undertow Net Networking
GroupId

GroupId

org.wildfly.swarm
ArtifactId

ArtifactId

camel-undertow
Version

Version

2016.12.1
Type

Type

jar

Download camel-undertow 2016.12.1


<!-- https://jarcasting.com/artifacts/org.wildfly.swarm/camel-undertow/ -->
<dependency>
    <groupId>org.wildfly.swarm</groupId>
    <artifactId>camel-undertow</artifactId>
    <version>2016.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm/camel-undertow/
implementation 'org.wildfly.swarm:camel-undertow:2016.12.1'
// https://jarcasting.com/artifacts/org.wildfly.swarm/camel-undertow/
implementation ("org.wildfly.swarm:camel-undertow:2016.12.1")
'org.wildfly.swarm:camel-undertow:jar:2016.12.1'
<dependency org="org.wildfly.swarm" name="camel-undertow" rev="2016.12.1">
  <artifact name="camel-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm', module='camel-undertow', version='2016.12.1')
)
libraryDependencies += "org.wildfly.swarm" % "camel-undertow" % "2016.12.1"
[org.wildfly.swarm/camel-undertow "2016.12.1"]