文件下载
文件名 操作
shiro-crypto-cipher-1.4.1.jar 下载
shiro-crypto-cipher-1.4.1.pom 下载
shiro-crypto-cipher-1.4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.shiro</groupId>
  <artifactId>shiro-crypto-cipher</artifactId>
  <version>1.4.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.shiro:shiro-crypto-cipher:1.4.1'
Gradle Kotlin
implementation("org.apache.shiro:shiro-crypto-cipher:1.4.1")
Scala SBT
libraryDependencies += "org.apache.shiro" % "shiro-crypto-cipher" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shiro', module='shiro-crypto-cipher', version='1.4.1')
)
Apache Ivy
<dependency org="org.apache.shiro" name="shiro-crypto-cipher" rev="1.4.1" />
Leiningen
[org.apache.shiro/shiro-crypto-cipher "1.4.1"]
Apache Buildr
'org.apache.shiro:shiro-crypto-cipher:jar:1.4.1'