Files download
File Operation
shiro-cache-1.5.3.jar download
shiro-cache-1.5.3.pom download
shiro-cache-1.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.shiro</groupId>
  <artifactId>shiro-cache</artifactId>
  <version>1.5.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.shiro:shiro-cache:1.5.3'
Gradle Kotlin
implementation("org.apache.shiro:shiro-cache:1.5.3")
Scala SBT
libraryDependencies += "org.apache.shiro" % "shiro-cache" % "1.5.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shiro', module='shiro-cache', version='1.5.3')
)
Apache Ivy
<dependency org="org.apache.shiro" name="shiro-cache" rev="1.5.3" />
Leiningen
[org.apache.shiro/shiro-cache "1.5.3"]
Apache Buildr
'org.apache.shiro:shiro-cache:jar:1.5.3'