| License | License | 
|---|---|
| Categories | CategoriesApache TomEE Container Application Servers | 
| GroupId | GroupIdorg.apache.tomee.patch | 
| ArtifactId | ArtifactIdcxf-integration | 
| Version | Version2.6.17-TomEE | 
| Type | Typepom | 
| Description | DescriptionApache CXF Integration Apache CXF Integration | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| cxf-integration-2.6.17-TomEE.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.tomee.patch/cxf-integration/ -->
<dependency>
    <groupId>org.apache.tomee.patch</groupId>
    <artifactId>cxf-integration</artifactId>
    <version>2.6.17-TomEE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.apache.tomee.patch/cxf-integration/
implementation 'org.apache.tomee.patch:cxf-integration:2.6.17-TomEE'// https://jarcasting.com/artifacts/org.apache.tomee.patch/cxf-integration/
implementation ("org.apache.tomee.patch:cxf-integration:2.6.17-TomEE")'org.apache.tomee.patch:cxf-integration:pom:2.6.17-TomEE'<dependency org="org.apache.tomee.patch" name="cxf-integration" rev="2.6.17-TomEE">
  <artifact name="cxf-integration" type="pom" />
</dependency>@Grapes(
@Grab(group='org.apache.tomee.patch', module='cxf-integration', version='2.6.17-TomEE')
)libraryDependencies += "org.apache.tomee.patch" % "cxf-integration" % "2.6.17-TomEE"[org.apache.tomee.patch/cxf-integration "2.6.17-TomEE"]