m

microprofile-openapi-tck

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