MVN

com.gitee.mic001 : rbac-spring-boot-starter

Maven & Gradle

Aug 09, 2023

rbac-spring-boot-starter · rbac-spring-boot-starter-description

<dependency>
    <groupId>com.gitee.mic001</groupId>
    <artifactId>rbac-spring-boot-starter</artifactId>
    <version>1.3.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.mic001 : rbac-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.27

All Versions

Choose a version of com.gitee.mic001 : rbac-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
rbac-spring-boot-starter-1.3.27
rbac-spring-boot-starter-1.3.26
rbac-spring-boot-starter-1.3.25
rbac-spring-boot-starter-1.3.24
rbac-spring-boot-starter-1.3.23
rbac-spring-boot-starter-1.3.22
rbac-spring-boot-starter-1.3.21
rbac-spring-boot-starter-1.3.20
rbac-spring-boot-starter-1.3.19
rbac-spring-boot-starter-1.3.18
rbac-spring-boot-starter-1.3.17
rbac-spring-boot-starter-1.3.16
rbac-spring-boot-starter-1.3.15
rbac-spring-boot-starter-1.3.14
rbac-spring-boot-starter-1.3.13
rbac-spring-boot-starter-1.3.12
rbac-spring-boot-starter-1.3.11
rbac-spring-boot-starter-1.3.10
rbac-spring-boot-starter-1.3.9
rbac-spring-boot-starter-1.3.8
rbac-spring-boot-starter-1.3.7
rbac-spring-boot-starter-1.3.6
rbac-spring-boot-starter-1.3.5
rbac-spring-boot-starter-1.3.4
rbac-spring-boot-starter-1.3.3
rbac-spring-boot-starter-1.3.2
rbac-spring-boot-starter-1.3.1
rbac-spring-boot-starter-1.3.0
1.2.x
rbac-spring-boot-starter-1.2.2
rbac-spring-boot-starter-1.2.1
rbac-spring-boot-starter-1.2.0
1.1.x
rbac-spring-boot-starter-1.1.2
rbac-spring-boot-starter-1.1.1

How to add a dependency to Maven

Add the following com.gitee.mic001 : rbac-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.mic001</groupId>
    <artifactId>rbac-spring-boot-starter</artifactId>
    <version>1.3.27</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.mic001 : rbac-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.gitee.mic001:rbac-spring-boot-starter:1.3.27'

Gradle Kotlin DSL: Add the following com.gitee.mic001 : rbac-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.mic001:rbac-spring-boot-starter:1.3.27")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.mic001 : rbac-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.mic001" % "rbac-spring-boot-starter" % "1.3.27"