Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.servicemix.examples |
ArtifactId | ArtifactIdcxf-wsn-client |
Version | Version5.5.3 |
Type | Typejar |
Filename | Size |
---|---|
cxf-wsn-client-5.5.3.pom | |
cxf-wsn-client-5.5.3.jar | 11 KB |
cxf-wsn-client-5.5.3-sources.jar | 8 KB |
cxf-wsn-client-5.5.3-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.examples/cxf-wsn-client/ -->
<dependency>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>cxf-wsn-client</artifactId>
<version>5.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.examples/cxf-wsn-client/
implementation 'org.apache.servicemix.examples:cxf-wsn-client:5.5.3'
// https://jarcasting.com/artifacts/org.apache.servicemix.examples/cxf-wsn-client/
implementation ("org.apache.servicemix.examples:cxf-wsn-client:5.5.3")
'org.apache.servicemix.examples:cxf-wsn-client:jar:5.5.3'
<dependency org="org.apache.servicemix.examples" name="cxf-wsn-client" rev="5.5.3">
<artifact name="cxf-wsn-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.examples', module='cxf-wsn-client', version='5.5.3')
)
libraryDependencies += "org.apache.servicemix.examples" % "cxf-wsn-client" % "5.5.3"
[org.apache.servicemix.examples/cxf-wsn-client "5.5.3"]