MVN

top.xtcoder : prrbac

Maven & Gradle

Feb 10, 2023

项目 RBAC工程 · PR - SpringBoot基础开发模块

<dependency>
    <groupId>top.xtcoder</groupId>
    <artifactId>prrbac</artifactId>
    <version>2.7.5-0.2.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.xtcoder : prrbac to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.5-0.2.10

All Versions

Choose a version of top.xtcoder : prrbac to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
prrbac-2.7.5-0.2.10
prrbac-2.7.5-0.2.9
prrbac-2.7.5-0.2.8
prrbac-2.7.5-0.2.7
prrbac-2.7.5-0.2.6
prrbac-2.7.5-0.2.4
prrbac-2.7.5-0.2.3
prrbac-2.7.5-0.2.2
prrbac-2.7.5-0.2.1
prrbac-2.7.5-0.2.0
prrbac-2.7.5-0.1.9
prrbac-2.7.5-0.1.8
prrbac-2.7.5-0.1.7
prrbac-2.7.5-0.1.6
prrbac-2.7.5-0.1.4
prrbac-2.7.5-0.1.2
prrbac-2.7.5-0.1.1

How to add a dependency to Maven

Add the following top.xtcoder : prrbac maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.xtcoder</groupId>
    <artifactId>prrbac</artifactId>
    <version>2.7.5-0.2.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.xtcoder : prrbac gradle dependency to your build.gradle file:

implementation 'top.xtcoder:prrbac:2.7.5-0.2.10'

Gradle Kotlin DSL: Add the following top.xtcoder : prrbac gradle kotlin dependency to your build.gradle.kts file:

implementation("top.xtcoder:prrbac:2.7.5-0.2.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.xtcoder : prrbac sbt scala dependency to your build.sbt file:

libraryDependencies += "top.xtcoder" % "prrbac" % "2.7.5-0.2.10"