c

cxf-spring-boot-starter-jaxrs

Apache CXF Spring Boot Starter JAX-RS
https://cxf.apache.org
Files download
File Operation
cxf-spring-boot-starter-jaxrs-3.5.0.jar download
cxf-spring-boot-starter-jaxrs-3.5.0.pom download
cxf-spring-boot-starter-jaxrs-3.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf-spring-boot-starter-jaxrs</artifactId>
  <version>3.5.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.cxf:cxf-spring-boot-starter-jaxrs:3.5.0'
Gradle Kotlin
implementation("org.apache.cxf:cxf-spring-boot-starter-jaxrs:3.5.0")
Scala SBT
libraryDependencies += "org.apache.cxf" % "cxf-spring-boot-starter-jaxrs" % "3.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cxf', module='cxf-spring-boot-starter-jaxrs', version='3.5.0')
)
Apache Ivy
<dependency org="org.apache.cxf" name="cxf-spring-boot-starter-jaxrs" rev="3.5.0" />
Leiningen
[org.apache.cxf/cxf-spring-boot-starter-jaxrs "3.5.0"]
Apache Buildr
'org.apache.cxf:cxf-spring-boot-starter-jaxrs:jar:3.5.0'