MVN

io.thorntail.testsuite : thorntail-microprofile-tck-openapi

Maven & Gradle

Oct 30, 2018
394 stars

MicroProfile TCK: OpenAPI

<dependency>
    <groupId>io.thorntail.testsuite</groupId>
    <artifactId>thorntail-microprofile-tck-openapi</artifactId>
    <version>2.2.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.thorntail.testsuite : thorntail-microprofile-tck-openapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1.Final

All Versions

Choose a version of io.thorntail.testsuite : thorntail-microprofile-tck-openapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
thorntail-microprofile-tck-openapi-2.2.1.Final
thorntail-microprofile-tck-openapi-2.2.0.Final
2.1.x
thorntail-microprofile-tck-openapi-2.1.0.Final
2.0.x
thorntail-microprofile-tck-openapi-2.0.0.Final

How to add a dependency to Maven

Add the following io.thorntail.testsuite : thorntail-microprofile-tck-openapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.thorntail.testsuite</groupId>
    <artifactId>thorntail-microprofile-tck-openapi</artifactId>
    <version>2.2.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.thorntail.testsuite : thorntail-microprofile-tck-openapi gradle dependency to your build.gradle file:

implementation 'io.thorntail.testsuite:thorntail-microprofile-tck-openapi:2.2.1.Final'

Gradle Kotlin DSL: Add the following io.thorntail.testsuite : thorntail-microprofile-tck-openapi gradle kotlin dependency to your build.gradle.kts file:

implementation("io.thorntail.testsuite:thorntail-microprofile-tck-openapi:2.2.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.thorntail.testsuite : thorntail-microprofile-tck-openapi sbt scala dependency to your build.sbt file:

libraryDependencies += "io.thorntail.testsuite" % "thorntail-microprofile-tck-openapi" % "2.2.1.Final"