MVN

com.laysonx : data-police

Maven & Gradle

Jan 02, 2020

DataPolice · 基于Spring的轻量级数据权限验证框架。 无侵入、易扩展、易维护,只需2个注解,数据权限验证轻松搞定!

<dependency>
    <groupId>com.laysonx</groupId>
    <artifactId>data-police</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.laysonx : data-police to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of com.laysonx : data-police to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
data-police-2.4.0
2.3.x
data-police-2.3.2
data-police-2.3.1
data-police-2.3.0
2.2.x
data-police-2.2.0
2.1.x
data-police-2.1.0
2.0.x
data-police-2.0.0
1.1.x
data-police-1.1.0

How to add a dependency to Maven

Add the following com.laysonx : data-police maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.laysonx</groupId>
    <artifactId>data-police</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.laysonx : data-police gradle dependency to your build.gradle file:

implementation 'com.laysonx:data-police:2.4.0'

Gradle Kotlin DSL: Add the following com.laysonx : data-police gradle kotlin dependency to your build.gradle.kts file:

implementation("com.laysonx:data-police:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.laysonx : data-police sbt scala dependency to your build.sbt file:

libraryDependencies += "com.laysonx" % "data-police" % "2.4.0"