<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-crypto-cipher</artifactId>
<version>2.0.2</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.shiro', module='shiro-crypto-cipher', version='2.0.2')
)
compile
|-- org.apache.shiro:shiro-lang:2.0.2
|-- org.apache.shiro:shiro-crypto-core:2.0.2
test
|-- org.bouncycastle:bcprov-jdk18on:1.79
|-- org.apache.logging.log4j:log4j-slf4j2-impl:2.24.1
|-- org.apache.logging.log4j:log4j-core:2.24.1
|-- 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