MVN

com.intellisrc : crypt

Maven & Gradle

Jul 06, 2023
1 usages

IntelliSrc Common Library : Crypt Module · Offers methods to encode, decode, hash and encrypt information. It is built using the BouncyCastle library and simplifying its usage without reducing its safety.

<dependency>
    <groupId>com.intellisrc</groupId>
    <artifactId>crypt</artifactId>
    <version>2.8.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.intellisrc : crypt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.11

All Versions

Choose a version of com.intellisrc : crypt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
crypt-2.8.11
crypt-2.8.10
crypt-2.8.9
crypt-2.8.8
crypt-2.8.7
crypt-2.8.6
crypt-2.8.5
crypt-2.8.4
crypt-2.8.3
crypt-2.8.2
crypt-2.8.1
crypt-2.8.0
2.7.x
crypt-2.7.17
crypt-2.7.16
crypt-2.7.15
crypt-2.7.13
crypt-2.7.12
crypt-2.7.11

How to add a dependency to Maven

Add the following com.intellisrc : crypt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.intellisrc</groupId>
    <artifactId>crypt</artifactId>
    <version>2.8.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.intellisrc : crypt gradle dependency to your build.gradle file:

implementation 'com.intellisrc:crypt:2.8.11'

Gradle Kotlin DSL: Add the following com.intellisrc : crypt gradle kotlin dependency to your build.gradle.kts file:

implementation("com.intellisrc:crypt:2.8.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.intellisrc : crypt sbt scala dependency to your build.sbt file:

libraryDependencies += "com.intellisrc" % "crypt" % "2.8.11"

Advertisement