MVN

io.telicent.public : jwt-servlet-auth-parent

Maven & Gradle

Jun 04, 2024

Telicent - JWT Servlet Auth - Parent · Provides a set of libraries for doing JSON Web Token (JWT) based authentication across different Java Servlet runtimes

<dependency>
    <groupId>io.telicent.public</groupId>
    <artifactId>jwt-servlet-auth-parent</artifactId>
    <version>0.14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.telicent.public : jwt-servlet-auth-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.14.0

All Versions

Choose a version of io.telicent.public : jwt-servlet-auth-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.14.x
jwt-servlet-auth-parent-0.14.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.telicent.public</groupId>
    <artifactId>jwt-servlet-auth-parent</artifactId>
    <version>0.14.0</version>
</dependency>