License |
License |
---|---|
GroupId | GroupIdorg.apache.servicemix.examples |
ArtifactId | ArtifactIdcxf |
Last Version | Last Version7.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache ServiceMix :: Examples :: CXF
Bill-of-materials of the core components and versions used for building the features project
(This POM contains the dependencies and versions that are useful to both users and our own
development)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
cxf-7.0.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.examples/cxf/ -->
<dependency>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>cxf</artifactId>
<version>7.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.examples/cxf/
implementation 'org.apache.servicemix.examples:cxf:7.0.1'
// https://jarcasting.com/artifacts/org.apache.servicemix.examples/cxf/
implementation ("org.apache.servicemix.examples:cxf:7.0.1")
'org.apache.servicemix.examples:cxf:pom:7.0.1'
<dependency org="org.apache.servicemix.examples" name="cxf" rev="7.0.1">
<artifact name="cxf" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.examples', module='cxf', version='7.0.1')
)
libraryDependencies += "org.apache.servicemix.examples" % "cxf" % "7.0.1"
[org.apache.servicemix.examples/cxf "7.0.1"]