MVN

work.wangjw : wjw-auth

Maven & Gradle

Apr 06, 2022

wjw-auth · 轻量级权限认证框架

<dependency>
    <groupId>work.wangjw</groupId>
    <artifactId>wjw-auth</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of work.wangjw : wjw-auth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of work.wangjw : wjw-auth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
wjw-auth-2.0.2
wjw-auth-2.0.1
wjw-auth-2.0.0
1.4.x
wjw-auth-1.4.4
wjw-auth-1.4.3
wjw-auth-1.4.2
wjw-auth-1.4.0
1.3.x
wjw-auth-1.3.9
wjw-auth-1.3.8
wjw-auth-1.3.6
wjw-auth-1.3.5
wjw-auth-1.3.3
wjw-auth-1.3.2
wjw-auth-1.3.1
wjw-auth-1.3.0
1.2.x
wjw-auth-1.2.4
wjw-auth-1.2.3
wjw-auth-1.2.2
wjw-auth-1.2.1
wjw-auth-1.2.0
1.1.x
wjw-auth-1.1.6
wjw-auth-1.1.5
wjw-auth-1.1.4
wjw-auth-1.1.3
wjw-auth-1.1.2
wjw-auth-1.1.1
wjw-auth-1.1.0
1.0.x
wjw-auth-1.0.7
wjw-auth-1.0.6
wjw-auth-1.0.3
wjw-auth-1.0.2
wjw-auth-1.0.1
wjw-auth-1.0.0

How to add a dependency to Maven

Add the following work.wangjw : wjw-auth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>work.wangjw</groupId>
    <artifactId>wjw-auth</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following work.wangjw : wjw-auth gradle dependency to your build.gradle file:

implementation 'work.wangjw:wjw-auth:2.0.2'

Gradle Kotlin DSL: Add the following work.wangjw : wjw-auth gradle kotlin dependency to your build.gradle.kts file:

implementation("work.wangjw:wjw-auth:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following work.wangjw : wjw-auth sbt scala dependency to your build.sbt file:

libraryDependencies += "work.wangjw" % "wjw-auth" % "2.0.2"

Advertisement