MVN

ink.codflow.shiro.jwtsession : shiro-web-jwtsession

Maven & Gradle

Apr 03, 2019
0 stars

shiro-web-jwtsession · A integration for support storage of session in JWT with Apache Shiro

<dependency>
    <groupId>ink.codflow.shiro.jwtsession</groupId>
    <artifactId>shiro-web-jwtsession</artifactId>
    <version>0.2.1-alpha1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ink.codflow.shiro.jwtsession : shiro-web-jwtsession to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1-alpha1
  • Latest Alpha: 0.2.1-alpha1

All Versions

Choose a version of ink.codflow.shiro.jwtsession : shiro-web-jwtsession to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
shiro-web-jwtsession-0.2.1-alpha1
shiro-web-jwtsession-0.2.1-alpha0

How to add a dependency to Maven

Add the following ink.codflow.shiro.jwtsession : shiro-web-jwtsession maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ink.codflow.shiro.jwtsession</groupId>
    <artifactId>shiro-web-jwtsession</artifactId>
    <version>0.2.1-alpha1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ink.codflow.shiro.jwtsession : shiro-web-jwtsession gradle dependency to your build.gradle file:

implementation 'ink.codflow.shiro.jwtsession:shiro-web-jwtsession:0.2.1-alpha1'

Gradle Kotlin DSL: Add the following ink.codflow.shiro.jwtsession : shiro-web-jwtsession gradle kotlin dependency to your build.gradle.kts file:

implementation("ink.codflow.shiro.jwtsession:shiro-web-jwtsession:0.2.1-alpha1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ink.codflow.shiro.jwtsession : shiro-web-jwtsession sbt scala dependency to your build.sbt file:

libraryDependencies += "ink.codflow.shiro.jwtsession" % "shiro-web-jwtsession" % "0.2.1-alpha1"