<dependency>
<groupId>io.helidon.openapi</groupId>
<artifactId>helidon-openapi</artifactId>
<version>4.1.6</version>
</dependency>
@Grapes(
@Grab(group='io.helidon.openapi', module='helidon-openapi', version='4.1.6')
)
<parent> <groupId>io.helidon.openapi</groupId> <artifactId>helidon-openapi-project</artifactId> <version>4.1.6</version> </parent>
compile
|-- io.helidon.webserver:helidon-webserver-service-common
|-- io.helidon.common.features:helidon-common-features-api
|-- io.helidon.common:helidon-common
|-- io.helidon.common:helidon-common-config
|-- io.helidon.common:helidon-common-media-type
|-- io.helidon.webserver:helidon-webserver
test
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-params
|-- io.helidon.webserver.testing.junit5:helidon-webserver-testing-junit5