MVN

io.alapierre.crypto : cipher

Maven & Gradle

Aug 23, 2023
4 stars
<dependency>
    <groupId>io.alapierre.crypto</groupId>
    <artifactId>cipher</artifactId>
    <version>1.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.alapierre.crypto : cipher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13

All Versions

Choose a version of io.alapierre.crypto : cipher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.13
cipher-1.13
1.12
cipher-1.12
1.11
cipher-1.11
1.10
cipher-1.10
1.9
cipher-1.9
1.7
cipher-1.7
1.6
cipher-1.6
1.5
cipher-1.5
1.1
cipher-1.1

How to add a dependency to Maven

Add the following io.alapierre.crypto : cipher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.alapierre.crypto</groupId>
    <artifactId>cipher</artifactId>
    <version>1.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.alapierre.crypto : cipher gradle dependency to your build.gradle file:

implementation 'io.alapierre.crypto:cipher:1.13'

Gradle Kotlin DSL: Add the following io.alapierre.crypto : cipher gradle kotlin dependency to your build.gradle.kts file:

implementation("io.alapierre.crypto:cipher:1.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.alapierre.crypto : cipher sbt scala dependency to your build.sbt file:

libraryDependencies += "io.alapierre.crypto" % "cipher" % "1.13"

Advertisement