m

microprofile-openapi-tck

MicroProfile OpenAPI :: TCK
Files download
File Operation
microprofile-openapi-tck-3.0.jar download
microprofile-openapi-tck-3.0.pom download
microprofile-openapi-tck-3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.microprofile.openapi</groupId>
  <artifactId>microprofile-openapi-tck</artifactId>
  <version>3.0</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.microprofile.openapi:microprofile-openapi-tck:3.0'
Gradle Kotlin
implementation("org.eclipse.microprofile.openapi:microprofile-openapi-tck:3.0")
Scala SBT
libraryDependencies += "org.eclipse.microprofile.openapi" % "microprofile-openapi-tck" % "3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.microprofile.openapi', module='microprofile-openapi-tck', version='3.0')
)
Apache Ivy
<dependency org="org.eclipse.microprofile.openapi" name="microprofile-openapi-tck" rev="3.0" />
Leiningen
[org.eclipse.microprofile.openapi/microprofile-openapi-tck "3.0"]
Apache Buildr
'org.eclipse.microprofile.openapi:microprofile-openapi-tck:jar:3.0'