<dependency>
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-tck</artifactId>
<version>3.0-RC5</version>
</dependency>
libraryDependencies += "org.eclipse.microprofile.openapi" % "microprofile-openapi-tck" % "3.0-RC5"
@Grapes(
@Grab(group='org.eclipse.microprofile.openapi', module='microprofile-openapi-tck', version='3.0-RC5')
)
<dependency org="org.eclipse.microprofile.openapi" name="microprofile-openapi-tck" rev="3.0-RC5" />
<parent> <groupId>org.eclipse.microprofile.openapi</groupId> <artifactId>microprofile-openapi-parent</artifactId> <version>3.0-RC5</version> </parent>
compile
|-- org.osgi:org.osgi.annotation.versioning
|-- org.eclipse.microprofile.openapi:microprofile-openapi-api
|-- org.jboss.arquillian.testng:arquillian-testng-container
|-- jakarta.ws.rs:jakarta.ws.rs-api
|-- 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:3.0-RC5