MVN

org.omnifaces : microprofile-jwt-auth

Maven & Gradle

Jul 16, 2023
6 usages
4 stars

Microprofile - JWT · Implementation of MicroProfile Interoperable JWT RBAC API

<dependency>
    <groupId>org.omnifaces</groupId>
    <artifactId>microprofile-jwt-auth</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.omnifaces : microprofile-jwt-auth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of org.omnifaces : microprofile-jwt-auth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
microprofile-jwt-auth-2.0.2
microprofile-jwt-auth-2.0.1
microprofile-jwt-auth-2.0.0
1.0.x
microprofile-jwt-auth-1.0.1
1.0
microprofile-jwt-auth-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.omnifaces</groupId>
    <artifactId>microprofile-jwt-auth</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.omnifaces : microprofile-jwt-auth gradle dependency to your build.gradle file:

implementation 'org.omnifaces:microprofile-jwt-auth:2.0.2'

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

implementation("org.omnifaces:microprofile-jwt-auth:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.omnifaces : microprofile-jwt-auth sbt scala dependency to your build.sbt file:

libraryDependencies += "org.omnifaces" % "microprofile-jwt-auth" % "2.0.2"

Advertisement

Dependencies from Group

Jun 24, 2023
77 usages
273 stars
Aug 21, 2023
7 usages
4 stars
Mar 08, 2021
6 usages
4 stars
Jul 16, 2023
6 usages
4 stars
Oct 24, 2022
4 usages
16 stars

Discover Dependencies