MVN

de.mibos : commons-crypt

Maven & Gradle

Dec 05, 2014

de.mibos:commons-crypt · Commons library for easy and safe encryption/decryption

<dependency>
    <groupId>de.mibos</groupId>
    <artifactId>commons-crypt</artifactId>
    <version>1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.mibos : commons-crypt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of de.mibos : commons-crypt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5
commons-crypt-1.5
1.4
commons-crypt-1.4
1.3
commons-crypt-1.3
1.2
commons-crypt-1.2
1.1
commons-crypt-1.1

How to add a dependency to Maven

Add the following de.mibos : commons-crypt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.mibos</groupId>
    <artifactId>commons-crypt</artifactId>
    <version>1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.mibos : commons-crypt gradle dependency to your build.gradle file:

implementation 'de.mibos:commons-crypt:1.5'

Gradle Kotlin DSL: Add the following de.mibos : commons-crypt gradle kotlin dependency to your build.gradle.kts file:

implementation("de.mibos:commons-crypt:1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.mibos : commons-crypt sbt scala dependency to your build.sbt file:

libraryDependencies += "de.mibos" % "commons-crypt" % "1.5"