MVN

im.chic.crypto : crypto-utils

Maven & Gradle

Mar 02, 2015
2 usages
1 stars
<dependency>
    <groupId>im.chic.crypto</groupId>
    <artifactId>crypto-utils</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of im.chic.crypto : crypto-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of im.chic.crypto : crypto-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
crypto-utils-1.2.0
1.1.x
crypto-utils-1.1.8
crypto-utils-1.1.7
crypto-utils-1.1.5
crypto-utils-1.1.3
1.0.x
crypto-utils-1.0.1
crypto-utils-1.0.0

How to add a dependency to Maven

Add the following im.chic.crypto : crypto-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>im.chic.crypto</groupId>
    <artifactId>crypto-utils</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following im.chic.crypto : crypto-utils gradle dependency to your build.gradle file:

implementation 'im.chic.crypto:crypto-utils:1.2.0'

Gradle Kotlin DSL: Add the following im.chic.crypto : crypto-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("im.chic.crypto:crypto-utils:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following im.chic.crypto : crypto-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "im.chic.crypto" % "crypto-utils" % "1.2.0"

Advertisement