MVN

org.mule.modules : mule-module-shiro

Maven & Gradle

Nov 27, 2012
2 stars

Shiro integration for Mule

<dependency>
    <groupId>org.mule.modules</groupId>
    <artifactId>mule-module-shiro</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.modules : mule-module-shiro to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.mule.modules : mule-module-shiro to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1
mule-module-shiro-3.1-SNAPSHOT
1.0
mule-module-shiro-1.0
0.1
mule-module-shiro-0.1-SNAPSHOT

How to add a dependency to Maven

Add the following org.mule.modules : mule-module-shiro maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mule.modules</groupId>
    <artifactId>mule-module-shiro</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mule.modules : mule-module-shiro gradle dependency to your build.gradle file:

implementation 'org.mule.modules:mule-module-shiro:1.0'

Gradle Kotlin DSL: Add the following org.mule.modules : mule-module-shiro gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mule.modules:mule-module-shiro:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mule.modules : mule-module-shiro sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mule.modules" % "mule-module-shiro" % "1.0"

Advertisement