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