s

shiro-root

Apache Shiro is a powerful and flexible open-source security framework that cleanly handles authentication, authorization, enterprise session management, single sign-on and cryptography services.
https://shiro.apache.org/
Allan Ditzel Jeremy Haile Les Hazlewood Kalle Korhonen Peter Ledbrook Tim Veil Brian Demers Jared Bunting Francois Papon Benjamin Marwell
Files download
File Operation
shiro-root-1.10.1.pom download
Apache Maven
<dependency>
  <groupId>org.apache.shiro</groupId>
  <artifactId>shiro-root</artifactId>
  <version>1.10.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.shiro:shiro-root:1.10.1'
Gradle Kotlin
implementation("org.apache.shiro:shiro-root:1.10.1")
Scala SBT
libraryDependencies += "org.apache.shiro" % "shiro-root" % "1.10.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shiro', module='shiro-root', version='1.10.1')
)
Apache Ivy
<dependency org="org.apache.shiro" name="shiro-root" rev="1.10.1" />
Leiningen
[org.apache.shiro/shiro-root "1.10.1"]
Apache Buildr
'org.apache.shiro:shiro-root:jar:1.10.1'