MVN

io.gitee.johnpeng : mx-jwt-utils

Maven & Gradle

Dec 17, 2021
1 usages

org.mx base · org.mx base java library.

<dependency>
    <groupId>io.gitee.johnpeng</groupId>
    <artifactId>mx-jwt-utils</artifactId>
    <version>5.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gitee.johnpeng : mx-jwt-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.2

All Versions

Choose a version of io.gitee.johnpeng : mx-jwt-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
mx-jwt-utils-5.1.2
mx-jwt-utils-5.1.1
mx-jwt-utils-5.1.0
5.0.x
mx-jwt-utils-5.0.0
2.0.x
mx-jwt-utils-2.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.gitee.johnpeng</groupId>
    <artifactId>mx-jwt-utils</artifactId>
    <version>5.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gitee.johnpeng : mx-jwt-utils gradle dependency to your build.gradle file:

implementation 'io.gitee.johnpeng:mx-jwt-utils:5.1.2'

Gradle Kotlin DSL: Add the following io.gitee.johnpeng : mx-jwt-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gitee.johnpeng:mx-jwt-utils:5.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gitee.johnpeng : mx-jwt-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gitee.johnpeng" % "mx-jwt-utils" % "5.1.2"