<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-openapi-deployment</artifactId>
<version>3.8.5</version>
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-smallrye-openapi-deployment', version='3.8.5')
)
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-smallrye-openapi-parent</artifactId> <version>3.8.5</version> </parent>
compile
|-- io.quarkus:quarkus-core-deployment
|-- io.quarkus:quarkus-vertx-http-deployment
|-- io.quarkus:quarkus-vertx-http-dev-ui-spi
|-- io.quarkus:quarkus-smallrye-openapi-spi
|-- io.quarkus:quarkus-resteasy-server-common-spi
|-- io.quarkus:quarkus-resteasy-common-spi
|-- io.quarkus:quarkus-arc-deployment
|-- io.quarkus:quarkus-smallrye-openapi-common-deployment
|-- io.quarkus:quarkus-swagger-ui-deployment
|-- io.quarkus:quarkus-smallrye-openapi
|-- io.smallrye:smallrye-open-api-jaxrs
|-- io.smallrye:smallrye-open-api-spring
|-- io.smallrye:smallrye-open-api-vertx
test
|-- io.quarkus:quarkus-resteasy-reactive-deployment
|-- io.quarkus:quarkus-reactive-routes-deployment
|-- io.quarkus:quarkus-junit5-internal