GroupId | GroupIdorg.apache.camel |
---|---|
ArtifactId | ArtifactIdcamel-cxf-transport |
Version | Version3.0.0-RC3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-cxf-transport/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-cxf-transport</artifactId>
<version>3.0.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-cxf-transport/
implementation 'org.apache.camel:camel-cxf-transport:3.0.0-RC3'
// https://jarcasting.com/artifacts/org.apache.camel/camel-cxf-transport/
implementation ("org.apache.camel:camel-cxf-transport:3.0.0-RC3")
'org.apache.camel:camel-cxf-transport:jar:3.0.0-RC3'
<dependency org="org.apache.camel" name="camel-cxf-transport" rev="3.0.0-RC3">
<artifact name="camel-cxf-transport" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-cxf-transport', version='3.0.0-RC3')
)
libraryDependencies += "org.apache.camel" % "camel-cxf-transport" % "3.0.0-RC3"
[org.apache.camel/camel-cxf-transport "3.0.0-RC3"]