MVN

com.stormpath.shiro : stormpath-shiro-servlet-plugin

Maven & Gradle

Nov 16, 2016
7 usages
34 stars

Stormpath :: Shiro :: Servlet Plugin · Automatically deploys Stormpath Shiro support in a servlet container-based web application.

<dependency>
    <groupId>com.stormpath.shiro</groupId>
    <artifactId>stormpath-shiro-servlet-plugin</artifactId>
    <version>0.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.stormpath.shiro : stormpath-shiro-servlet-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.2
  • Latest Release Candidate: 0.8.0-RC1

All Versions

Choose a version of com.stormpath.shiro : stormpath-shiro-servlet-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
stormpath-shiro-servlet-plugin-0.8.0-RC1
0.7.x
stormpath-shiro-servlet-plugin-0.7.2
stormpath-shiro-servlet-plugin-0.7.1
stormpath-shiro-servlet-plugin-0.7.0

How to add a dependency to Maven

Add the following com.stormpath.shiro : stormpath-shiro-servlet-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.stormpath.shiro</groupId>
    <artifactId>stormpath-shiro-servlet-plugin</artifactId>
    <version>0.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.stormpath.shiro : stormpath-shiro-servlet-plugin gradle dependency to your build.gradle file:

implementation 'com.stormpath.shiro:stormpath-shiro-servlet-plugin:0.7.2'

Gradle Kotlin DSL: Add the following com.stormpath.shiro : stormpath-shiro-servlet-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.stormpath.shiro:stormpath-shiro-servlet-plugin:0.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.stormpath.shiro : stormpath-shiro-servlet-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.stormpath.shiro" % "stormpath-shiro-servlet-plugin" % "0.7.2"

Advertisement