MVN

io.github.nefilim.kjwt : kjwt-jwks

Maven & Gradle

Feb 05, 2023
77 stars

kjwt-jwks · Functional Kotlin & Arrow based library for generating and verifying JWTs and JWSs

<dependency>
    <groupId>io.github.nefilim.kjwt</groupId>
    <artifactId>kjwt-jwks</artifactId>
    <version>0.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.nefilim.kjwt : kjwt-jwks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.0

All Versions

Choose a version of io.github.nefilim.kjwt : kjwt-jwks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
kjwt-jwks-0.8.0
0.6.x
kjwt-jwks-0.6.1
kjwt-jwks-0.6.0
0.5.x
kjwt-jwks-0.5.3
kjwt-jwks-0.5.2
kjwt-jwks-0.5.1
kjwt-jwks-0.5.0
0.4.x
kjwt-jwks-0.4.9
kjwt-jwks-0.4.8
kjwt-jwks-0.4.7
kjwt-jwks-0.4.6
kjwt-jwks-0.4.5
kjwt-jwks-0.4.4
kjwt-jwks-0.4.3
kjwt-jwks-0.4.2
kjwt-jwks-0.4.1
kjwt-jwks-0.4.0

How to add a dependency to Maven

Add the following io.github.nefilim.kjwt : kjwt-jwks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.nefilim.kjwt</groupId>
    <artifactId>kjwt-jwks</artifactId>
    <version>0.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.nefilim.kjwt : kjwt-jwks gradle dependency to your build.gradle file:

implementation 'io.github.nefilim.kjwt:kjwt-jwks:0.8.0'

Gradle Kotlin DSL: Add the following io.github.nefilim.kjwt : kjwt-jwks gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.nefilim.kjwt:kjwt-jwks:0.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.nefilim.kjwt : kjwt-jwks sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.nefilim.kjwt" % "kjwt-jwks" % "0.8.0"