c

cxf-bundle-compatible

Apache CXF Compatibility Bundle Jar
http://cxf.apache.org
Files download
File Operation
cxf-bundle-compatible-2.6.17-TomEE.jar download
cxf-bundle-compatible-2.6.17-TomEE.pom download
Apache Maven
<dependency>
  <groupId>org.apache.tomee.patch</groupId>
  <artifactId>cxf-bundle-compatible</artifactId>
  <version>2.6.17-TomEE</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.tomee.patch:cxf-bundle-compatible:2.6.17-TomEE'
Gradle Kotlin
implementation("org.apache.tomee.patch:cxf-bundle-compatible:2.6.17-TomEE")
Scala SBT
libraryDependencies += "org.apache.tomee.patch" % "cxf-bundle-compatible" % "2.6.17-TomEE"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.tomee.patch', module='cxf-bundle-compatible', version='2.6.17-TomEE')
)
Apache Ivy
<dependency org="org.apache.tomee.patch" name="cxf-bundle-compatible" rev="2.6.17-TomEE" />
Leiningen
[org.apache.tomee.patch/cxf-bundle-compatible "2.6.17-TomEE"]
Apache Buildr
'org.apache.tomee.patch:cxf-bundle-compatible:jar:2.6.17-TomEE'