<dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> <version>1.5.1</version> <type>pom</type> </dependency>
implementation 'org.apache.shiro:shiro-root:1.5.1'
implementation("org.apache.shiro:shiro-root:1.5.1")
libraryDependencies += "org.apache.shiro" % "shiro-root" % "1.5.1"
@Grapes( @Grab(group='org.apache.shiro', module='shiro-root', version='1.5.1') )
<dependency org="org.apache.shiro" name="shiro-root" rev="1.5.1" />
[org.apache.shiro/shiro-root "1.5.1"]
'org.apache.shiro:shiro-root:jar:1.5.1'
<parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>21</version> </parent>
test
|-- junit:junit
|-- org.hamcrest:hamcrest-core:2.1
|-- org.easymock:easymock:4.0.2
|-- org.codehaus.groovy:groovy:2.5.8
|-- org.powermock:powermock-module-junit4:2.0.2
|-- org.powermock:powermock-api-easymock:2.0.2