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