MVN

org.kotlincrypto.macs : hmac-sha2-js

Maven & Gradle

Jun 28, 2023
12 stars

KotlinCrypto HmacSHA224, HmacSHA256, HmacSHA384, HmacSHA512, HmacSHA512/t, · HmacSHA224, HmacSHA256, HmacSHA384, HmacSHA512, and HmacSHA512/t Message Authentication

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

Latest Version

Choose a version of org.kotlincrypto.macs : hmac-sha2-js to add to Maven - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of org.kotlincrypto.macs : hmac-sha2-js to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
hmac-sha2-js-0.3.0
0.2.x
hmac-sha2-js-0.2.7
hmac-sha2-js-0.2.6
hmac-sha2-js-0.2.5
hmac-sha2-js-0.2.4
hmac-sha2-js-0.2.3
hmac-sha2-js-0.2.1
hmac-sha2-js-0.2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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