MVN

org.apache.shiro : shiro-crypto-cipher

Maven & Gradle

Feb 28, 2023
4 usages

Apache Shiro :: Cryptography :: Ciphers

<dependency>
    <groupId>org.apache.shiro</groupId>
    <artifactId>shiro-crypto-cipher</artifactId>
    <version>1.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.shiro : shiro-crypto-cipher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.0
  • Latest Release Candidate: 1.4.0-RC2
  • Latest Alpha: 2.0.0-alpha-1

All Versions

Choose a version of org.apache.shiro : shiro-crypto-cipher to add to Maven or Gradle - All Versions:

  • Version Updated
  • shiro-crypto-cipher-2.0.0-alpha-1

    Feb 28, 2023
  • shiro-crypto-cipher-1.11.0

    Jan 08, 2023
  • shiro-crypto-cipher-1.10.1

    Nov 14, 2022
  • shiro-crypto-cipher-1.10.0

    Oct 07, 2022
  • shiro-crypto-cipher-1.9.1

    Jun 23, 2022
  • shiro-crypto-cipher-1.9.0

    Mar 16, 2022
  • shiro-crypto-cipher-1.8.0

    Aug 23, 2021
  • shiro-crypto-cipher-1.7.1

    Jan 27, 2021
  • shiro-crypto-cipher-1.7.0

    Oct 23, 2020
  • shiro-crypto-cipher-1.6.0

    Aug 11, 2020
  • shiro-crypto-cipher-1.5.3

    Apr 26, 2020
  • shiro-crypto-cipher-1.5.2

    Mar 18, 2020
  • shiro-crypto-cipher-1.5.1

    Feb 17, 2020
  • shiro-crypto-cipher-1.5.0

    Jan 21, 2020
  • shiro-crypto-cipher-1.4.2

    Nov 08, 2019
  • shiro-crypto-cipher-1.4.1

    Apr 18, 2019
  • shiro-crypto-cipher-1.4.0

    May 05, 2017
  • shiro-crypto-cipher-1.4.0-RC2

    Nov 10, 2016

How to add a dependency to Maven

Add the following org.apache.shiro : shiro-crypto-cipher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.shiro</groupId>
    <artifactId>shiro-crypto-cipher</artifactId>
    <version>1.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.shiro : shiro-crypto-cipher gradle dependency to your build.gradle file:

implementation 'org.apache.shiro:shiro-crypto-cipher:1.11.0'

Gradle Kotlin DSL: Add the following org.apache.shiro : shiro-crypto-cipher gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.shiro:shiro-crypto-cipher:1.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.shiro : shiro-crypto-cipher sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.shiro" % "shiro-crypto-cipher" % "1.11.0"