MVN

uk.co.spudsoft : jwt-validator-vertx

Maven & Gradle

May 24, 2023
0 stars

JWT Validator - Vertx · A basic library to parse and verify JWTs, with OpenID discovery used to obtain JWKs asynchronously (via Vertx)

<dependency>
    <groupId>uk.co.spudsoft</groupId>
    <artifactId>jwt-validator-vertx</artifactId>
    <version>0.0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.co.spudsoft : jwt-validator-vertx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.18

All Versions

Choose a version of uk.co.spudsoft : jwt-validator-vertx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
jwt-validator-vertx-0.0.18
jwt-validator-vertx-0.0.17
jwt-validator-vertx-0.0.16
jwt-validator-vertx-0.0.15
jwt-validator-vertx-0.0.14
jwt-validator-vertx-0.0.12
jwt-validator-vertx-0.0.11
jwt-validator-vertx-0.0.10
jwt-validator-vertx-0.0.9
jwt-validator-vertx-0.0.8
jwt-validator-vertx-0.0.7
jwt-validator-vertx-0.0.6
jwt-validator-vertx-0.0.5

How to add a dependency to Maven

Add the following uk.co.spudsoft : jwt-validator-vertx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.co.spudsoft</groupId>
    <artifactId>jwt-validator-vertx</artifactId>
    <version>0.0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.co.spudsoft : jwt-validator-vertx gradle dependency to your build.gradle file:

implementation 'uk.co.spudsoft:jwt-validator-vertx:0.0.18'

Gradle Kotlin DSL: Add the following uk.co.spudsoft : jwt-validator-vertx gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.co.spudsoft:jwt-validator-vertx:0.0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.co.spudsoft : jwt-validator-vertx sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.co.spudsoft" % "jwt-validator-vertx" % "0.0.18"

Advertisement