Camel CXF Code First Example

Creates a web service using Java code first

License

License

GroupId

GroupId

org.fusesource.examples
ArtifactId

ArtifactId

camel-cxf-code-first-example
Last Version

Last Version

7.2.0.redhat-024
Release Date

Release Date

Type

Type

jar
Description

Description

Camel CXF Code First Example
Creates a web service using Java code first
Project Organization

Project Organization

Red Hat

Download camel-cxf-code-first-example

How to add to project

<!-- https://jarcasting.com/artifacts/org.fusesource.examples/camel-cxf-code-first-example/ -->
<dependency>
    <groupId>org.fusesource.examples</groupId>
    <artifactId>camel-cxf-code-first-example</artifactId>
    <version>7.2.0.redhat-024</version>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.examples/camel-cxf-code-first-example/
implementation 'org.fusesource.examples:camel-cxf-code-first-example:7.2.0.redhat-024'
// https://jarcasting.com/artifacts/org.fusesource.examples/camel-cxf-code-first-example/
implementation ("org.fusesource.examples:camel-cxf-code-first-example:7.2.0.redhat-024")
'org.fusesource.examples:camel-cxf-code-first-example:jar:7.2.0.redhat-024'
<dependency org="org.fusesource.examples" name="camel-cxf-code-first-example" rev="7.2.0.redhat-024">
  <artifact name="camel-cxf-code-first-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.examples', module='camel-cxf-code-first-example', version='7.2.0.redhat-024')
)
libraryDependencies += "org.fusesource.examples" % "camel-cxf-code-first-example" % "7.2.0.redhat-024"
[org.fusesource.examples/camel-cxf-code-first-example "7.2.0.redhat-024"]

Dependencies

compile (6)

Group / Artifact Type Version
org.apache.camel : camel-core jar 2.10.0.redhat-60024
org.apache.camel : camel-cxf jar 2.10.0.redhat-60024
log4j : log4j jar 1.2.16
org.slf4j : slf4j-api jar 1.6.1
org.slf4j : slf4j-log4j12 jar 1.6.1
org.apache.cxf : cxf-rt-transports-http-jetty jar 2.6.0.redhat-60024

test (2)

Group / Artifact Type Version
org.apache.camel : camel-test-spring jar 2.10.0.redhat-60024
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

MVN Plugins

Description

MVN Plugins holds a handy collection of maven plugins.

Plugins

  • Maven Graph Plugin: Uses the graphviz command line tool 'dot' to generate a graphical representation of the project dependencies.
  • Maven Uberize Plugin: Provides the capability to package the artifact in an uber-jar, including its dependencies and to shade/rename/relocate the packages of some of the dependencies.
  • Maven Avro Plugin: Compiles Avro definition files see: http://hadoop.apache.org/avro/

... that's it (for now) ...

Project Links

Versions

Version
7.2.0.redhat-024
7.1.0.fuse-047