<dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> <version>1.10.1</version> <type>pom</type> </dependency>
implementation 'org.apache.shiro:shiro-root:1.10.1'
implementation("org.apache.shiro:shiro-root:1.10.1")
libraryDependencies += "org.apache.shiro" % "shiro-root" % "1.10.1"
@Grapes( @Grab(group='org.apache.shiro', module='shiro-root', version='1.10.1') )
<dependency org="org.apache.shiro" name="shiro-root" rev="1.10.1" />
[org.apache.shiro/shiro-root "1.10.1"]
'org.apache.shiro:shiro-root:jar:1.10.1'
<parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>27</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