<dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-cache</artifactId> <version>1.5.3</version> <type>bundle</type> </dependency>
implementation 'org.apache.shiro:shiro-cache:1.5.3'
implementation("org.apache.shiro:shiro-cache:1.5.3")
libraryDependencies += "org.apache.shiro" % "shiro-cache" % "1.5.3"
@Grapes( @Grab(group='org.apache.shiro', module='shiro-cache', version='1.5.3') )
<dependency org="org.apache.shiro" name="shiro-cache" rev="1.5.3" />
[org.apache.shiro/shiro-cache "1.5.3"]
'org.apache.shiro:shiro-cache:jar:1.5.3'
<parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> <version>1.5.3</version> </parent>
compile
|-- org.apache.shiro:shiro-lang