MVN

cn.featherfly.authorities : authorities-web

Maven & Gradle

Feb 15, 2023
0 stars

authorities-web · authorities-web

<dependency>
    <groupId>cn.featherfly.authorities</groupId>
    <artifactId>authorities-web</artifactId>
    <version>0.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.featherfly.authorities : authorities-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.4

All Versions

Choose a version of cn.featherfly.authorities : authorities-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
authorities-web-0.4.4
authorities-web-0.4.3
authorities-web-0.4.2
authorities-web-0.4.1
0.3.x
authorities-web-0.3.2
authorities-web-0.3.1
authorities-web-0.3.0

How to add a dependency to Maven

Add the following cn.featherfly.authorities : authorities-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.featherfly.authorities</groupId>
    <artifactId>authorities-web</artifactId>
    <version>0.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.featherfly.authorities : authorities-web gradle dependency to your build.gradle file:

implementation 'cn.featherfly.authorities:authorities-web:0.4.4'

Gradle Kotlin DSL: Add the following cn.featherfly.authorities : authorities-web gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.featherfly.authorities:authorities-web:0.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.featherfly.authorities : authorities-web sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.featherfly.authorities" % "authorities-web" % "0.4.4"