MVN

com.lframework : security-session-starter

Maven & Gradle

Apr 09, 2022

【security-session-starter】基于Session的权限认证Starter,与Jwt互斥

<dependency>
    <groupId>com.lframework</groupId>
    <artifactId>security-session-starter</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lframework : security-session-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of com.lframework : security-session-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
security-session-starter-2.1.1
security-session-starter-2.1.0

How to add a dependency to Maven

Add the following com.lframework : security-session-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lframework</groupId>
    <artifactId>security-session-starter</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lframework : security-session-starter gradle dependency to your build.gradle file:

implementation 'com.lframework:security-session-starter:2.1.1'

Gradle Kotlin DSL: Add the following com.lframework : security-session-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lframework:security-session-starter:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lframework : security-session-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lframework" % "security-session-starter" % "2.1.1"

Advertisement