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.
http://shiro.apache.org/
Allan Ditzel Jeremy Haile Les Hazlewood Kalle Korhonen Peter Ledbrook Tim Veil Brian Demers Jared Bunting
Files download
File Operation
shiro-root-1.3.2.pom download
Apache Maven
<dependency>
  <groupId>org.apache.shiro</groupId>
  <artifactId>shiro-root</artifactId>
  <version>1.3.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.shiro:shiro-root:1.3.2'
Gradle Kotlin
implementation("org.apache.shiro:shiro-root:1.3.2")
Scala SBT
libraryDependencies += "org.apache.shiro" % "shiro-root" % "1.3.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shiro', module='shiro-root', version='1.3.2')
)
Apache Ivy
<dependency org="org.apache.shiro" name="shiro-root" rev="1.3.2" />
Leiningen
[org.apache.shiro/shiro-root "1.3.2"]
Apache Buildr
'org.apache.shiro:shiro-root:jar:1.3.2'