не последняя версия
Последняя версия 3.0.0-milestone2

org.apache.cxf:cxf-bundle 3.0.0-milestone1

Apache CXF Bundle Jar

Группа

Группа

org.apache.cxf
Идентификатор

Идентификатор

cxf-bundle
Версия

Версия

3.0.0-milestone1
Тип

Тип

jar

Скачать cxf-bundle 3.0.0-milestone1


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