<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-core</artifactId>
<version>4.0.0-alpha4</version>
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-open-api-core', version='4.0.0-alpha4')
)
<parent> <groupId>io.smallrye</groupId> <artifactId>smallrye-open-api-parent</artifactId> <version>4.0.0-alpha4</version> </parent>
compile
|-- org.eclipse.microprofile.openapi:microprofile-openapi-api
|-- org.eclipse.microprofile.config:microprofile-config-api
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
|-- org.jboss.logging:jboss-logging
|-- org.jboss.logging:jboss-logging-annotations
|-- org.jboss.logging:jboss-logging-processor
|-- jakarta.json:jakarta.json-api
test
|-- org.junit.jupiter:junit-jupiter
|-- io.smallrye.config:smallrye-config