is not current version
Last Version 7.2.0.redhat-024

org.fusesource.examples:camel-cxf-code-first-example 7.1.0.fuse-047

Creates a web service using Java code first

GroupId

GroupId

org.fusesource.examples
ArtifactId

ArtifactId

camel-cxf-code-first-example
Version

Version

7.1.0.fuse-047
Type

Type

jar

Download camel-cxf-code-first-example 7.1.0.fuse-047


<!-- 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.1.0.fuse-047</version>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.examples/camel-cxf-code-first-example/
implementation 'org.fusesource.examples:camel-cxf-code-first-example:7.1.0.fuse-047'
// https://jarcasting.com/artifacts/org.fusesource.examples/camel-cxf-code-first-example/
implementation ("org.fusesource.examples:camel-cxf-code-first-example:7.1.0.fuse-047")
'org.fusesource.examples:camel-cxf-code-first-example:jar:7.1.0.fuse-047'
<dependency org="org.fusesource.examples" name="camel-cxf-code-first-example" rev="7.1.0.fuse-047">
  <artifact name="camel-cxf-code-first-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.examples', module='camel-cxf-code-first-example', version='7.1.0.fuse-047')
)
libraryDependencies += "org.fusesource.examples" % "camel-cxf-code-first-example" % "7.1.0.fuse-047"
[org.fusesource.examples/camel-cxf-code-first-example "7.1.0.fuse-047"]