is not current version
Last Version 3.5.2

org.apache.cxf:cxf-osgi 3.2.5

Apache CXF OSGi parent

GroupId

GroupId

org.apache.cxf
ArtifactId

ArtifactId

cxf-osgi
Version

Version

3.2.5
Type

Type

pom

Download cxf-osgi 3.2.5

Filename Size
cxf-osgi-3.2.5.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-osgi/ -->
<dependency>
    <groupId>org.apache.cxf</groupId>
    <artifactId>cxf-osgi</artifactId>
    <version>3.2.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-osgi/
implementation 'org.apache.cxf:cxf-osgi:3.2.5'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-osgi/
implementation ("org.apache.cxf:cxf-osgi:3.2.5")
'org.apache.cxf:cxf-osgi:pom:3.2.5'
<dependency org="org.apache.cxf" name="cxf-osgi" rev="3.2.5">
  <artifact name="cxf-osgi" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-osgi', version='3.2.5')
)
libraryDependencies += "org.apache.cxf" % "cxf-osgi" % "3.2.5"
[org.apache.cxf/cxf-osgi "3.2.5"]