<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-core</artifactId>
<version>2.0.0-alpha-2</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.shiro', module='shiro-core', version='2.0.0-alpha-2')
)
<parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> <version>2.0.0-alpha-2</version> </parent>
compile
|-- org.apache.shiro:shiro-lang
|-- org.apache.shiro:shiro-cache
|-- org.apache.shiro:shiro-crypto-hash
|-- org.apache.shiro:shiro-crypto-cipher
|-- org.apache.shiro:shiro-config-core
|-- org.apache.shiro:shiro-config-ogdl
|-- org.apache.shiro:shiro-event
provided
|-- jakarta.annotation:jakarta.annotation-api
runtime
|-- org.apache.shiro.crypto:shiro-hashes-argon2
|-- org.apache.shiro.crypto:shiro-hashes-bcrypt
test
|-- org.apache.logging.log4j:log4j-slf4j-impl
|-- org.apache.logging.log4j:log4j-core