MVN

org.apache.tomee : microprofile-jwt-itests

Maven & Gradle

Jun 06, 2023

TomEE :: iTests :: MicroProfile JWT

<dependency>
    <groupId>org.apache.tomee</groupId>
    <artifactId>microprofile-jwt-itests</artifactId>
    <version>9.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.tomee : microprofile-jwt-itests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.1.0
  • Latest Release Candidate: 9.0.0.RC1

All Versions

Choose a version of org.apache.tomee : microprofile-jwt-itests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.1.x
microprofile-jwt-itests-9.1.0
9.0.x
microprofile-jwt-itests-9.0.0
microprofile-jwt-itests-9.0.0.RC1
microprofile-jwt-itests-9.0.0-M8
8.0.x
microprofile-jwt-itests-8.0.15
microprofile-jwt-itests-8.0.14
microprofile-jwt-itests-8.0.13
microprofile-jwt-itests-8.0.12
microprofile-jwt-itests-8.0.11
microprofile-jwt-itests-8.0.10
microprofile-jwt-itests-8.0.9
microprofile-jwt-itests-8.0.8
microprofile-jwt-itests-8.0.7
microprofile-jwt-itests-8.0.6
microprofile-jwt-itests-8.0.5
microprofile-jwt-itests-8.0.4
microprofile-jwt-itests-8.0.3
microprofile-jwt-itests-8.0.2
microprofile-jwt-itests-8.0.1
microprofile-jwt-itests-8.0.0
microprofile-jwt-itests-8.0.0-M3

How to add a dependency to Maven

Add the following org.apache.tomee : microprofile-jwt-itests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.tomee</groupId>
    <artifactId>microprofile-jwt-itests</artifactId>
    <version>9.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.tomee : microprofile-jwt-itests gradle dependency to your build.gradle file:

implementation 'org.apache.tomee:microprofile-jwt-itests:9.1.0'

Gradle Kotlin DSL: Add the following org.apache.tomee : microprofile-jwt-itests gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.tomee:microprofile-jwt-itests:9.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.tomee : microprofile-jwt-itests sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.tomee" % "microprofile-jwt-itests" % "9.1.0"