<dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-cache</artifactId> <version>2.0.2</version> <type>bundle</type> </dependency>
implementation 'org.apache.shiro:shiro-cache:2.0.2'
implementation("org.apache.shiro:shiro-cache:2.0.2")
libraryDependencies += "org.apache.shiro" % "shiro-cache" % "2.0.2"
@Grapes( @Grab(group='org.apache.shiro', module='shiro-cache', version='2.0.2') )
<dependency org="org.apache.shiro" name="shiro-cache" rev="2.0.2" />
[org.apache.shiro/shiro-cache "2.0.2"]
'org.apache.shiro:shiro-cache:jar:2.0.2'
compile
|-- org.apache.shiro:shiro-lang:2.0.2
test
|-- org.junit.jupiter:junit-jupiter-api:5.11.3
|-- org.junit.jupiter:junit-jupiter-engine:5.11.3
|-- org.hamcrest:hamcrest-core:3.0
|-- org.assertj:assertj-core:3.26.3
|-- org.easymock:easymock:5.4.0
|-- org.mockito:mockito-core:5.14.2
|-- org.apache.groovy:groovy:4.0.23