MVN

de.coderspack : spring-boot-starter-jwt

Maven & Gradle

May 25, 2020
0 stars

spring-boot-starter-jwt · Coders Pack Spring Boot JWT Starter

<dependency>
    <groupId>de.coderspack</groupId>
    <artifactId>spring-boot-starter-jwt</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.coderspack : spring-boot-starter-jwt to add to Maven - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of de.coderspack : spring-boot-starter-jwt to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
spring-boot-starter-jwt-0.0.3
spring-boot-starter-jwt-0.0.2
spring-boot-starter-jwt-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>de.coderspack</groupId>
    <artifactId>spring-boot-starter-jwt</artifactId>
    <version>0.0.3</version>
</dependency>

Advertisement