<dependency>
<groupId>org.apache.shiro.crypto</groupId>
<artifactId>shiro-hashes-bcrypt</artifactId>
<version>2.0.2</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.shiro.crypto', module='shiro-hashes-bcrypt', version='2.0.2')
)
compile
|-- org.apache.shiro:shiro-crypto-hash:2.0.2
|-- aopalliance:aopalliance:1.0
|-- com.google.inject:guice:4.2.3
test
|-- org.junit.jupiter:junit-jupiter-api:5.11.3
|-- org.junit.jupiter:junit-jupiter-engine:5.11.3
|-- org.hamcrest:hamcrest-core:3.0
|-- org.assertj:assertj-core:3.26.3
|-- org.easymock:easymock:5.4.0