<dependency>
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-tck</artifactId>
<version>3.1.1</version>
</dependency>
libraryDependencies += "org.eclipse.microprofile.openapi" % "microprofile-openapi-tck" % "3.1.1"
@Grapes(
@Grab(group='org.eclipse.microprofile.openapi', module='microprofile-openapi-tck', version='3.1.1')
)
<dependency org="org.eclipse.microprofile.openapi" name="microprofile-openapi-tck" rev="3.1.1" />
<parent> <groupId>org.eclipse.microprofile.openapi</groupId> <artifactId>microprofile-openapi-parent</artifactId> <version>3.1.1</version> </parent>
compile
|-- org.osgi:org.osgi.annotation.versioning
|-- 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.hamcrest:java-hamcrest
|-- 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