<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-service-description-openapi-v3</artifactId>
<version>3.6.3</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.apache.cxf" % "cxf-rt-rs-service-description-openapi-v3" % "3.6.3"
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-rs-service-description-openapi-v3', version='3.6.3')
)
<dependency org="org.apache.cxf" name="cxf-rt-rs-service-description-openapi-v3" rev="3.6.3" />
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>3.6.3</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
|-- io.swagger.core.v3:swagger-jaxrs2
provided
|-- ${cxf.servlet-api.group}:${cxf.servlet-api.artifact}
|-- org.apache.cxf:cxf-rt-rs-json-basic
test
|-- junit:junit