MVN

top.crystalx : crystal-starter-jwt

Maven & Gradle

Jan 20, 2024

crystal-starter-jwt · crystal-x toolkit for json web token generator

<dependency>
    <groupId>top.crystalx</groupId>
    <artifactId>crystal-starter-jwt</artifactId>
    <version>1.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.crystalx : crystal-starter-jwt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.6

All Versions

Choose a version of top.crystalx : crystal-starter-jwt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
crystal-starter-jwt-1.2.6

How to add a dependency to Maven

Add the following top.crystalx : crystal-starter-jwt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.crystalx</groupId>
    <artifactId>crystal-starter-jwt</artifactId>
    <version>1.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.crystalx : crystal-starter-jwt gradle dependency to your build.gradle file:

implementation 'top.crystalx:crystal-starter-jwt:1.2.6'

Gradle Kotlin DSL: Add the following top.crystalx : crystal-starter-jwt gradle kotlin dependency to your build.gradle.kts file:

implementation("top.crystalx:crystal-starter-jwt:1.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.crystalx : crystal-starter-jwt sbt scala dependency to your build.sbt file:

libraryDependencies += "top.crystalx" % "crystal-starter-jwt" % "1.2.6"