Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.servicemix.examples |
ArtifactId | ArtifactIdcamel-cxf-soap-client |
Version | Version7.0.0.M2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.examples/camel-cxf-soap-client/ -->
<dependency>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>camel-cxf-soap-client</artifactId>
<version>7.0.0.M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.examples/camel-cxf-soap-client/
implementation 'org.apache.servicemix.examples:camel-cxf-soap-client:7.0.0.M2'
// https://jarcasting.com/artifacts/org.apache.servicemix.examples/camel-cxf-soap-client/
implementation ("org.apache.servicemix.examples:camel-cxf-soap-client:7.0.0.M2")
'org.apache.servicemix.examples:camel-cxf-soap-client:jar:7.0.0.M2'
<dependency org="org.apache.servicemix.examples" name="camel-cxf-soap-client" rev="7.0.0.M2">
<artifact name="camel-cxf-soap-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.examples', module='camel-cxf-soap-client', version='7.0.0.M2')
)
libraryDependencies += "org.apache.servicemix.examples" % "camel-cxf-soap-client" % "7.0.0.M2"
[org.apache.servicemix.examples/camel-cxf-soap-client "7.0.0.M2"]