MVN

com.github.lkqm : spring-tiny-auth

Maven & Gradle

May 22, 2020
2 stars

一个简单权限管理框架, 支持rest风格路径、@Auth注解进行权限控制

<dependency>
    <groupId>com.github.lkqm</groupId>
    <artifactId>spring-tiny-auth</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.lkqm : spring-tiny-auth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.github.lkqm : spring-tiny-auth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
spring-tiny-auth-1.0.1
spring-tiny-auth-1.0.0

How to add a dependency to Maven

Add the following com.github.lkqm : spring-tiny-auth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.lkqm</groupId>
    <artifactId>spring-tiny-auth</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.lkqm : spring-tiny-auth gradle dependency to your build.gradle file:

implementation 'com.github.lkqm:spring-tiny-auth:1.0.1'

Gradle Kotlin DSL: Add the following com.github.lkqm : spring-tiny-auth gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.lkqm:spring-tiny-auth:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.lkqm : spring-tiny-auth sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.lkqm" % "spring-tiny-auth" % "1.0.1"