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