is not current version
Last Version 3.17.0

org.apache.camel:camel-undertow 3.0.0-RC3


Categories

Categories

Undertow Net Networking
GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-undertow
Version

Version

3.0.0-RC3
Type

Type

jar

Download camel-undertow 3.0.0-RC3


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