<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-service-description-swagger</artifactId>
<version>3.6.4</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.apache.cxf" % "cxf-rt-rs-service-description-swagger" % "3.6.4"
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-rs-service-description-swagger', version='3.6.4')
)
<dependency org="org.apache.cxf" name="cxf-rt-rs-service-description-swagger" rev="3.6.4" />
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>3.6.4</version> </parent>
compile
|-- jakarta.xml.ws:jakarta.xml.ws-api
|-- org.apache.cxf:cxf-rt-frontend-jaxrs
|-- org.apache.cxf:cxf-rt-rs-service-description-common-openapi
|-- org.apache.cxf:cxf-rt-rs-service-description-swagger-ui
provided
|-- ${cxf.servlet-api.group}:${cxf.servlet-api.artifact}
|-- org.apache.cxf:cxf-rt-rs-json-basic
test
|-- junit:junit