GroupId | GroupIdorg.apache.servicemix.examples |
---|---|
ArtifactId | ArtifactIdcxf-wsn |
Version | Version5.0.1 |
Type | Typepom |
Filename | Size |
---|---|
cxf-wsn-5.0.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.examples/cxf-wsn/ -->
<dependency>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>cxf-wsn</artifactId>
<version>5.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.examples/cxf-wsn/
implementation 'org.apache.servicemix.examples:cxf-wsn:5.0.1'
// https://jarcasting.com/artifacts/org.apache.servicemix.examples/cxf-wsn/
implementation ("org.apache.servicemix.examples:cxf-wsn:5.0.1")
'org.apache.servicemix.examples:cxf-wsn:pom:5.0.1'
<dependency org="org.apache.servicemix.examples" name="cxf-wsn" rev="5.0.1">
<artifact name="cxf-wsn" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.examples', module='cxf-wsn', version='5.0.1')
)
libraryDependencies += "org.apache.servicemix.examples" % "cxf-wsn" % "5.0.1"
[org.apache.servicemix.examples/cxf-wsn "5.0.1"]