<dependency>
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-tck</artifactId>
<version>4.0</version>
</dependency>
libraryDependencies += "org.eclipse.microprofile.openapi" % "microprofile-openapi-tck" % "4.0"
@Grapes(
@Grab(group='org.eclipse.microprofile.openapi', module='microprofile-openapi-tck', version='4.0')
)
<dependency org="org.eclipse.microprofile.openapi" name="microprofile-openapi-tck" rev="4.0" />
<parent> <groupId>org.eclipse.microprofile.openapi</groupId> <artifactId>microprofile-openapi-parent</artifactId> <version>4.0</version> </parent>
compile
|-- org.eclipse.microprofile.openapi:microprofile-openapi-api
|-- jakarta.ws.rs:jakarta.ws.rs-api
|-- org.jboss.arquillian.testng:arquillian-testng-container
|-- io.rest-assured:rest-assured
|-- org.apache.httpcomponents:httpclient
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
provided
|-- org.eclipse.microprofile.rest.client:microprofile-rest-client-api