MVN

org.kotlincrypto.macs : hmac-sha3

Maven & Gradle

Jun 28, 2023
12 stars

KotlinCrypto HmacSHA3/HmacKeccak · HmacSHA3-224, HmacSHA3-256, HmacSHA3-384, HmacSHA3-512, HmacKeccak224, HmacKeccak256, HmacKeccak384, HmacKeccak512 Message Authentication

<dependency>
    <groupId>org.kotlincrypto.macs</groupId>
    <artifactId>hmac-sha3</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kotlincrypto.macs : hmac-sha3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of org.kotlincrypto.macs : hmac-sha3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
hmac-sha3-0.3.0
0.2.x
hmac-sha3-0.2.7
hmac-sha3-0.2.6
hmac-sha3-0.2.5
hmac-sha3-0.2.4
hmac-sha3-0.2.3

How to add a dependency to Maven

Add the following org.kotlincrypto.macs : hmac-sha3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kotlincrypto.macs</groupId>
    <artifactId>hmac-sha3</artifactId>
    <version>0.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kotlincrypto.macs : hmac-sha3 gradle dependency to your build.gradle file:

implementation 'org.kotlincrypto.macs:hmac-sha3:0.3.0'

Gradle Kotlin DSL: Add the following org.kotlincrypto.macs : hmac-sha3 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kotlincrypto.macs:hmac-sha3:0.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kotlincrypto.macs : hmac-sha3 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kotlincrypto.macs" % "hmac-sha3" % "0.3.0"