MVN

org.kotlincrypto.macs : hmac-js

Maven & Gradle

Jun 28, 2023
16 stars

KotlinCrypto Hash-based Message Authentication Code · Component for creating Hmac implementations

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

Latest Version

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

  • Latest Stable: 0.3.0

All Versions

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

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement