GroupId | GroupIdorg.apache.servicemix.examples |
---|---|
ArtifactId | ArtifactIdcamel-cxf-rest |
Version | Version5.5.0 |
Type | Typepom |
Filename | Size |
---|---|
camel-cxf-rest-5.5.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.examples/camel-cxf-rest/ -->
<dependency>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>camel-cxf-rest</artifactId>
<version>5.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.examples/camel-cxf-rest/
implementation 'org.apache.servicemix.examples:camel-cxf-rest:5.5.0'
// https://jarcasting.com/artifacts/org.apache.servicemix.examples/camel-cxf-rest/
implementation ("org.apache.servicemix.examples:camel-cxf-rest:5.5.0")
'org.apache.servicemix.examples:camel-cxf-rest:pom:5.5.0'
<dependency org="org.apache.servicemix.examples" name="camel-cxf-rest" rev="5.5.0">
<artifact name="camel-cxf-rest" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.examples', module='camel-cxf-rest', version='5.5.0')
)
libraryDependencies += "org.apache.servicemix.examples" % "camel-cxf-rest" % "5.5.0"
[org.apache.servicemix.examples/camel-cxf-rest "5.5.0"]