MVN

com.github.zkoalas : jwt-soul

Maven & Gradle

Dec 29, 2019
1 usages
0 stars

jwt-soul · jwt-soul is a jwt development kit.

<dependency>
    <groupId>com.github.zkoalas</groupId>
    <artifactId>jwt-soul</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.zkoalas : jwt-soul to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.2

All Versions

Choose a version of com.github.zkoalas : jwt-soul to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
jwt-soul-3.0.2
jwt-soul-3.0.1
jwt-soul-3.0.0

How to add a dependency to Maven

Add the following com.github.zkoalas : jwt-soul maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.zkoalas</groupId>
    <artifactId>jwt-soul</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.zkoalas : jwt-soul gradle dependency to your build.gradle file:

implementation 'com.github.zkoalas:jwt-soul:3.0.2'

Gradle Kotlin DSL: Add the following com.github.zkoalas : jwt-soul gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.zkoalas:jwt-soul:3.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.zkoalas : jwt-soul sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.zkoalas" % "jwt-soul" % "3.0.2"

Advertisement