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