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