m

microprofile-openapi-tck

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