<dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> <version>1.3.2</version> <type>pom</type> </dependency>
implementation 'org.apache.shiro:shiro-root:1.3.2'
implementation("org.apache.shiro:shiro-root:1.3.2")
libraryDependencies += "org.apache.shiro" % "shiro-root" % "1.3.2"
@Grapes( @Grab(group='org.apache.shiro', module='shiro-root', version='1.3.2') )
<dependency org="org.apache.shiro" name="shiro-root" rev="1.3.2" />
[org.apache.shiro/shiro-root "1.3.2"]
'org.apache.shiro:shiro-root:jar:1.3.2'
<parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>17</version> </parent>
test
|-- junit:junit:4.8.2
|-- org.easymock:easymock:3.1
|-- org.codehaus.groovy:groovy-all:1.8.5
|-- org.powermock:powermock-module-junit4:1.5
|-- org.powermock:powermock-api-easymock:1.5