Files download
File Operation
shiro-crypto-cipher-1.4.0-RC2.jar download
shiro-crypto-cipher-1.4.0-RC2.pom download
shiro-crypto-cipher-1.4.0-RC2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.shiro</groupId>
  <artifactId>shiro-crypto-cipher</artifactId>
  <version>1.4.0-RC2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.shiro:shiro-crypto-cipher:1.4.0-RC2'
Gradle Kotlin
implementation("org.apache.shiro:shiro-crypto-cipher:1.4.0-RC2")
Scala SBT
libraryDependencies += "org.apache.shiro" % "shiro-crypto-cipher" % "1.4.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shiro', module='shiro-crypto-cipher', version='1.4.0-RC2')
)
Apache Ivy
<dependency org="org.apache.shiro" name="shiro-crypto-cipher" rev="1.4.0-RC2" />
Leiningen
[org.apache.shiro/shiro-crypto-cipher "1.4.0-RC2"]
Apache Buildr
'org.apache.shiro:shiro-crypto-cipher:jar:1.4.0-RC2'