<dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring</artifactId> <version>1.2.0</version> <type>bundle</type> </dependency>
implementation 'org.apache.shiro:shiro-spring:1.2.0'
implementation("org.apache.shiro:shiro-spring:1.2.0")
libraryDependencies += "org.apache.shiro" % "shiro-spring" % "1.2.0"
@Grapes( @Grab(group='org.apache.shiro', module='shiro-spring', version='1.2.0') )
<dependency org="org.apache.shiro" name="shiro-spring" rev="1.2.0" />
[org.apache.shiro/shiro-spring "1.2.0"]
'org.apache.shiro:shiro-spring:jar:1.2.0'
<parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> <version>1.2.0</version> </parent>
compile
|-- org.apache.shiro:shiro-core
|-- org.apache.shiro:shiro-web
provided
|-- javax.servlet:servlet-api
|-- org.springframework:spring-context
test
|-- org.slf4j:jcl-over-slf4j
|-- org.slf4j:slf4j-log4j12
|-- log4j:log4j
|-- org.springframework:spring-test
|-- org.apache.shiro:shiro-aspectj