MVN

org.kotlincrypto.macs : hmac-md-js

Maven & Gradle

Jun 28, 2023
15 stars

KotlinCrypto HmacMD5 · HmacMD5 Message Authentication

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

Latest Version

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

  • Latest Stable: 0.3.0

All Versions

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

Version Vulnerabilities Updated
0.3.x
hmac-md-js-0.3.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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