<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-model</artifactId>
<version>4.0.5</version>
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-open-api-model', version='4.0.5')
)
<parent> <groupId>io.smallrye</groupId> <artifactId>smallrye-open-api-parent</artifactId> <version>4.0.5</version> </parent>
compile
|-- org.eclipse.microprofile.openapi:microprofile-openapi-api
|-- org.jboss.logging:jboss-logging
provided
|-- org.jboss.logging:jboss-logging-annotations
|-- org.jboss.logging:jboss-logging-processor
test