Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.servicemix.examples |
ArtifactId | ArtifactIdcamel-cxf-soap-client |
Version | Version5.1.6 |
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>5.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.examples/camel-cxf-soap-client/
implementation 'org.apache.servicemix.examples:camel-cxf-soap-client:5.1.6'
// https://jarcasting.com/artifacts/org.apache.servicemix.examples/camel-cxf-soap-client/
implementation ("org.apache.servicemix.examples:camel-cxf-soap-client:5.1.6")
'org.apache.servicemix.examples:camel-cxf-soap-client:jar:5.1.6'
<dependency org="org.apache.servicemix.examples" name="camel-cxf-soap-client" rev="5.1.6">
<artifact name="camel-cxf-soap-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.examples', module='camel-cxf-soap-client', version='5.1.6')
)
libraryDependencies += "org.apache.servicemix.examples" % "camel-cxf-soap-client" % "5.1.6"
[org.apache.servicemix.examples/camel-cxf-soap-client "5.1.6"]