MVN

com.j2mvc : j2mvc-authorization-distribute

Maven & Gradle

Jun 11, 2021
1 stars

J2mvc Authorization Distribute · 2.1.02 分布式权限

<dependency>
    <groupId>com.j2mvc</groupId>
    <artifactId>j2mvc-authorization-distribute</artifactId>
    <version>2.1.06</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.j2mvc : j2mvc-authorization-distribute to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.06

All Versions

Choose a version of com.j2mvc : j2mvc-authorization-distribute to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
j2mvc-authorization-distribute-2.1.06
j2mvc-authorization-distribute-2.1.05

How to add a dependency to Maven

Add the following com.j2mvc : j2mvc-authorization-distribute maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.j2mvc</groupId>
    <artifactId>j2mvc-authorization-distribute</artifactId>
    <version>2.1.06</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.j2mvc : j2mvc-authorization-distribute gradle dependency to your build.gradle file:

implementation 'com.j2mvc:j2mvc-authorization-distribute:2.1.06'

Gradle Kotlin DSL: Add the following com.j2mvc : j2mvc-authorization-distribute gradle kotlin dependency to your build.gradle.kts file:

implementation("com.j2mvc:j2mvc-authorization-distribute:2.1.06")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.j2mvc : j2mvc-authorization-distribute sbt scala dependency to your build.sbt file:

libraryDependencies += "com.j2mvc" % "j2mvc-authorization-distribute" % "2.1.06"

Advertisement