is not current version
Last Version 3.0.0-RC3

org.apache.camel:camel-undertow-starter 3.0.0-M1

Spring-Boot Starter for Camel Components

Categories

Categories

Undertow Net Networking
GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-undertow-starter
Version

Version

3.0.0-M1
Type

Type

jar

Download camel-undertow-starter 3.0.0-M1


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