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