is not current version
Last Version 2.19.5

org.apache.camel:camel-example-cxf-tomcat 2.15.2

An example using Camel CXF (code first) with Apache Tomcat

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-example-cxf-tomcat
Version

Version

2.15.2
Type

Type

war

Download camel-example-cxf-tomcat 2.15.2


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