GroupId | GroupIdorg.apache.camel |
---|---|
ArtifactId | ArtifactIdcamel-cxf-transport |
Version | Version2.23.4 |
Type | Typejar |
Filename | Size |
---|---|
camel-cxf-transport-2.23.4.pom | |
camel-cxf-transport-2.23.4.jar | 68 KB |
camel-cxf-transport-2.23.4-sources.jar | 56 KB |
camel-cxf-transport-2.23.4-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.23.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-cxf-transport/
implementation 'org.apache.camel:camel-cxf-transport:2.23.4'
// https://jarcasting.com/artifacts/org.apache.camel/camel-cxf-transport/
implementation ("org.apache.camel:camel-cxf-transport:2.23.4")
'org.apache.camel:camel-cxf-transport:jar:2.23.4'
<dependency org="org.apache.camel" name="camel-cxf-transport" rev="2.23.4">
<artifact name="camel-cxf-transport" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-cxf-transport', version='2.23.4')
)
libraryDependencies += "org.apache.camel" % "camel-cxf-transport" % "2.23.4"
[org.apache.camel/camel-cxf-transport "2.23.4"]