GroupId | GroupIdorg.apache.camel |
---|---|
ArtifactId | ArtifactIdcamel-cxf-transport |
Version | Version2.22.3 |
Type | Typejar |
Filename | Size |
---|---|
camel-cxf-transport-2.22.3.pom | |
camel-cxf-transport-2.22.3.jar | 68 KB |
camel-cxf-transport-2.22.3-sources.jar | 56 KB |
camel-cxf-transport-2.22.3-javadoc.jar | 164 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-cxf-transport/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-cxf-transport</artifactId>
<version>2.22.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-cxf-transport/
implementation 'org.apache.camel:camel-cxf-transport:2.22.3'
// https://jarcasting.com/artifacts/org.apache.camel/camel-cxf-transport/
implementation ("org.apache.camel:camel-cxf-transport:2.22.3")
'org.apache.camel:camel-cxf-transport:jar:2.22.3'
<dependency org="org.apache.camel" name="camel-cxf-transport" rev="2.22.3">
<artifact name="camel-cxf-transport" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-cxf-transport', version='2.22.3')
)
libraryDependencies += "org.apache.camel" % "camel-cxf-transport" % "2.22.3"
[org.apache.camel/camel-cxf-transport "2.22.3"]