MVN

io.helidon.security : helidon-security-jwt

Maven & Gradle

Jul 18, 2023
13 usages
3k stars

Helidon Security JWT · Implementation of JWT and JWK to be used in other modules.

<dependency>
    <groupId>io.helidon.security</groupId>
    <artifactId>helidon-security-jwt</artifactId>
    <version>4.0.0-M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.helidon.security : helidon-security-jwt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0-M1
  • Latest Release Candidate: 3.0.0-RC2
  • Latest Alpha: 4.0.0-ALPHA6

All Versions

Choose a version of io.helidon.security : helidon-security-jwt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
helidon-security-jwt-4.0.0-M1
helidon-security-jwt-4.0.0-ALPHA6
helidon-security-jwt-4.0.0-ALPHA5
helidon-security-jwt-4.0.0-ALPHA4
helidon-security-jwt-4.0.0-ALPHA3
helidon-security-jwt-4.0.0-ALPHA2
helidon-security-jwt-4.0.0-ALPHA1
3.2.x
helidon-security-jwt-3.2.2
helidon-security-jwt-3.2.1
helidon-security-jwt-3.2.0
3.1.x
helidon-security-jwt-3.1.2
helidon-security-jwt-3.1.1
helidon-security-jwt-3.1.0
3.0.x
helidon-security-jwt-3.0.2
helidon-security-jwt-3.0.1
helidon-security-jwt-3.0.0
helidon-security-jwt-3.0.0-RC2
helidon-security-jwt-3.0.0-RC1
helidon-security-jwt-3.0.0-M2
helidon-security-jwt-3.0.0-M1
2.6.x
helidon-security-jwt-2.6.2
helidon-security-jwt-2.6.1
helidon-security-jwt-2.6.0
2.5.x
helidon-security-jwt-2.5.6
helidon-security-jwt-2.5.5
helidon-security-jwt-2.5.4
helidon-security-jwt-2.5.3
helidon-security-jwt-2.5.2
helidon-security-jwt-2.5.1
helidon-security-jwt-2.5.0
2.4.x
helidon-security-jwt-2.4.2
helidon-security-jwt-2.4.1
helidon-security-jwt-2.4.0
2.3.x
helidon-security-jwt-2.3.4
helidon-security-jwt-2.3.3
helidon-security-jwt-2.3.2
helidon-security-jwt-2.3.1
helidon-security-jwt-2.3.0
2.2.x
helidon-security-jwt-2.2.2
helidon-security-jwt-2.2.1
helidon-security-jwt-2.2.0
2.1.x
helidon-security-jwt-2.1.0
2.0.x
helidon-security-jwt-2.0.2
helidon-security-jwt-2.0.1
helidon-security-jwt-2.0.0
helidon-security-jwt-2.0.0-RC2
helidon-security-jwt-2.0.0-RC1
helidon-security-jwt-2.0.0-M4
helidon-security-jwt-2.0.0-M3
helidon-security-jwt-2.0.0-M2
helidon-security-jwt-2.0.0-M1
1.4.x
helidon-security-jwt-1.4.13
helidon-security-jwt-1.4.12
helidon-security-jwt-1.4.11
helidon-security-jwt-1.4.10
helidon-security-jwt-1.4.9
helidon-security-jwt-1.4.8
helidon-security-jwt-1.4.7
helidon-security-jwt-1.4.6
helidon-security-jwt-1.4.5
helidon-security-jwt-1.4.4
helidon-security-jwt-1.4.3
helidon-security-jwt-1.4.2
helidon-security-jwt-1.4.1
helidon-security-jwt-1.4.0
1.3.x
helidon-security-jwt-1.3.1
helidon-security-jwt-1.3.0
1.2.x
helidon-security-jwt-1.2.1
helidon-security-jwt-1.2.0
1.1.x
helidon-security-jwt-1.1.2
helidon-security-jwt-1.1.1
helidon-security-jwt-1.1.0
1.0.x
helidon-security-jwt-1.0.3
helidon-security-jwt-1.0.2
helidon-security-jwt-1.0.1
helidon-security-jwt-1.0.0
0.11.x
helidon-security-jwt-0.11.1
helidon-security-jwt-0.11.0
0.10.x
helidon-security-jwt-0.10.6
helidon-security-jwt-0.10.5
helidon-security-jwt-0.10.4
helidon-security-jwt-0.10.3
helidon-security-jwt-0.10.2
helidon-security-jwt-0.10.1
helidon-security-jwt-0.10.0
0.9.x
helidon-security-jwt-0.9.1
helidon-security-jwt-0.9.0

How to add a dependency to Maven

Add the following io.helidon.security : helidon-security-jwt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.helidon.security</groupId>
    <artifactId>helidon-security-jwt</artifactId>
    <version>4.0.0-M1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.helidon.security : helidon-security-jwt gradle dependency to your build.gradle file:

implementation 'io.helidon.security:helidon-security-jwt:4.0.0-M1'

Gradle Kotlin DSL: Add the following io.helidon.security : helidon-security-jwt gradle kotlin dependency to your build.gradle.kts file:

implementation("io.helidon.security:helidon-security-jwt:4.0.0-M1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.helidon.security : helidon-security-jwt sbt scala dependency to your build.sbt file:

libraryDependencies += "io.helidon.security" % "helidon-security-jwt" % "4.0.0-M1"

Advertisement

Dependencies from Group

Jul 18, 2023
29 usages
3k stars
Jul 18, 2023
15 usages
3k stars
Jul 18, 2023
13 usages
3k stars
Aug 08, 2019
10 usages
3k stars

Discover Dependencies

Nov 19, 2022
5 usages
4 stars
Dec 12, 2020
6 usages
Dec 09, 2020
9 usages
12 stars
Feb 07, 2023
11 usages
13 stars
Nov 05, 2019
3 usages
38 stars
Nov 13, 2021
3 usages
1k stars
May 31, 2023
5 usages
1 stars
Aug 01, 2021
4 usages
0 stars
Apr 26, 2021
2 usages
Feb 14, 2013
2 usages
131 stars