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