MVN

com.flowlogix : shiro-ee

Maven & Gradle

May 27, 2023
6 stars

Shiro Jakarta EE Integration · Flow Logix Jakarta EE Integration with Apache Shiro Security

<dependency>
    <groupId>com.flowlogix</groupId>
    <artifactId>shiro-ee</artifactId>
    <version>5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.flowlogix : shiro-ee to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.5

All Versions

Choose a version of com.flowlogix : shiro-ee to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.5
shiro-ee-5.5
5.4.x
shiro-ee-5.4.1
5.4
shiro-ee-5.4
5.3.x
shiro-ee-5.3.2
shiro-ee-5.3.1
5.3
shiro-ee-5.3
5.2.x
shiro-ee-5.2.1
5.2
shiro-ee-5.2
5.1.x
shiro-ee-5.1.7
shiro-ee-5.1.6
shiro-ee-5.1.5
shiro-ee-5.1.4
shiro-ee-5.1.3
shiro-ee-5.1.2
shiro-ee-5.1.1
5.1
shiro-ee-5.1
5.0
shiro-ee-5.0
shiro-ee-5.0-M10
shiro-ee-5.0-M7
shiro-ee-5.0-M6
shiro-ee-5.0-M5
shiro-ee-5.0-M4
shiro-ee-5.0-M3
shiro-ee-5.0-M2
shiro-ee-5.0-M1
4.0.x
shiro-ee-4.0.9
shiro-ee-4.0.8
shiro-ee-4.0.7
shiro-ee-4.0.6
shiro-ee-4.0.5
shiro-ee-4.0.4
shiro-ee-4.0.3
shiro-ee-4.0.2
shiro-ee-4.0.1
4.0
shiro-ee-4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.flowlogix</groupId>
    <artifactId>shiro-ee</artifactId>
    <version>5.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.flowlogix : shiro-ee gradle dependency to your build.gradle file:

implementation 'com.flowlogix:shiro-ee:5.5'

Gradle Kotlin DSL: Add the following com.flowlogix : shiro-ee gradle kotlin dependency to your build.gradle.kts file:

implementation("com.flowlogix:shiro-ee:5.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.flowlogix : shiro-ee sbt scala dependency to your build.sbt file:

libraryDependencies += "com.flowlogix" % "shiro-ee" % "5.5"

Advertisement