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