MVN

net.wenzuo : atom-spring-boot-starter-jwt

Maven & Gradle

Aug 25, 2023
<dependency>
    <groupId>net.wenzuo</groupId>
    <artifactId>atom-spring-boot-starter-jwt</artifactId>
    <version>1.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.wenzuo : atom-spring-boot-starter-jwt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.4

All Versions

Choose a version of net.wenzuo : atom-spring-boot-starter-jwt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
atom-spring-boot-starter-jwt-2.3.4
atom-spring-boot-starter-jwt-2.3.3
atom-spring-boot-starter-jwt-2.3.2
atom-spring-boot-starter-jwt-2.3.1
atom-spring-boot-starter-jwt-2.3.0
2.2.x
atom-spring-boot-starter-jwt-2.2.3
atom-spring-boot-starter-jwt-2.2.2
atom-spring-boot-starter-jwt-2.2.1
atom-spring-boot-starter-jwt-2.2.0
2.1.x
atom-spring-boot-starter-jwt-2.1.1
atom-spring-boot-starter-jwt-2.1.0
2.0.x
atom-spring-boot-starter-jwt-2.0.13
atom-spring-boot-starter-jwt-2.0.12
atom-spring-boot-starter-jwt-2.0.11
atom-spring-boot-starter-jwt-2.0.10
atom-spring-boot-starter-jwt-2.0.9
atom-spring-boot-starter-jwt-2.0.8
atom-spring-boot-starter-jwt-2.0.7
atom-spring-boot-starter-jwt-2.0.6
atom-spring-boot-starter-jwt-2.0.5
atom-spring-boot-starter-jwt-2.0.4
atom-spring-boot-starter-jwt-2.0.3
atom-spring-boot-starter-jwt-2.0.2
atom-spring-boot-starter-jwt-2.0.1
atom-spring-boot-starter-jwt-2.0.0
1.2.x
atom-spring-boot-starter-jwt-1.2.4
atom-spring-boot-starter-jwt-1.2.3
atom-spring-boot-starter-jwt-1.2.2
atom-spring-boot-starter-jwt-1.2.1
atom-spring-boot-starter-jwt-1.2.0
1.1.x
atom-spring-boot-starter-jwt-1.1.0
1.0.x
atom-spring-boot-starter-jwt-1.0.19
atom-spring-boot-starter-jwt-1.0.18
atom-spring-boot-starter-jwt-1.0.17
atom-spring-boot-starter-jwt-1.0.15
atom-spring-boot-starter-jwt-1.0.14
atom-spring-boot-starter-jwt-1.0.13
atom-spring-boot-starter-jwt-1.0.9
atom-spring-boot-starter-jwt-1.0.8
atom-spring-boot-starter-jwt-1.0.7
atom-spring-boot-starter-jwt-1.0.6
atom-spring-boot-starter-jwt-1.0.5
atom-spring-boot-starter-jwt-1.0.4
atom-spring-boot-starter-jwt-1.0.3
atom-spring-boot-starter-jwt-1.0.2
atom-spring-boot-starter-jwt-1.0.1
atom-spring-boot-starter-jwt-1.0.0

How to add a dependency to Maven

Add the following net.wenzuo : atom-spring-boot-starter-jwt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.wenzuo</groupId>
    <artifactId>atom-spring-boot-starter-jwt</artifactId>
    <version>1.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.wenzuo : atom-spring-boot-starter-jwt gradle dependency to your build.gradle file:

implementation 'net.wenzuo:atom-spring-boot-starter-jwt:1.2.4'

Gradle Kotlin DSL: Add the following net.wenzuo : atom-spring-boot-starter-jwt gradle kotlin dependency to your build.gradle.kts file:

implementation("net.wenzuo:atom-spring-boot-starter-jwt:1.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.wenzuo : atom-spring-boot-starter-jwt sbt scala dependency to your build.sbt file:

libraryDependencies += "net.wenzuo" % "atom-spring-boot-starter-jwt" % "1.2.4"