Last Version

Camel :: Example :: CXF :: Tomcat 2.19.5

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

License

License

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-example-cxf-tomcat
Version

Version

2.19.5
Type

Type

war
Description

Description

Camel :: Example :: CXF :: Tomcat
An example using Camel CXF (code first) with Apache Tomcat
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-example-cxf-tomcat

Download camel-example-cxf-tomcat 2.19.5


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

Dependencies

compile (7)

Group / Artifact Type Version
org.apache.camel : camel-core jar 2.19.5
org.apache.camel : camel-spring jar 2.19.5
org.apache.camel : camel-cxf jar 2.19.5
org.apache.camel : camel-servlet jar 2.19.5
org.springframework : spring-web jar 4.3.11.RELEASE
org.apache.cxf : cxf-rt-frontend-jaxws jar 3.1.13
org.apache.cxf : cxf-rt-transports-http jar 3.1.13

runtime (3)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-api jar 2.8.2
org.apache.logging.log4j : log4j-core jar 2.8.2
org.apache.logging.log4j : log4j-slf4j-impl jar 2.8.2

Project Modules

There are no modules declared in this project.