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