MVN

cn.jdevelops : utils-jwt

Maven & Gradle

Mar 10, 2023
4 usages
<dependency>
    <groupId>cn.jdevelops</groupId>
    <artifactId>utils-jwt</artifactId>
    <version>2.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.jdevelops : utils-jwt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.6

All Versions

Choose a version of cn.jdevelops : utils-jwt to add to Maven or Gradle - All Versions:

  • Version Updated
  • utils-jwt-2.0.6

    Mar 10, 2023
  • utils-jwt-2.0.5

    Jul 24, 2022
  • utils-jwt-2.0.4

    Jun 07, 2022
  • utils-jwt-2.0.3

    Feb 15, 2022
  • utils-jwt-2.0.2

    Dec 16, 2021
  • utils-jwt-2.0.1

    Dec 09, 2021

How to add a dependency to Maven

Add the following cn.jdevelops : utils-jwt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.jdevelops</groupId>
    <artifactId>utils-jwt</artifactId>
    <version>2.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.jdevelops : utils-jwt gradle dependency to your build.gradle file:

implementation 'cn.jdevelops:utils-jwt:2.0.6'

Gradle Kotlin DSL: Add the following cn.jdevelops : utils-jwt gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.jdevelops:utils-jwt:2.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.jdevelops : utils-jwt sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.jdevelops" % "utils-jwt" % "2.0.6"