MVN

org.kotlincrypto.core : mac-js

Maven & Gradle

Jun 28, 2023
22 stars

KotlinCrypto Message Authentication Code Abstraction · Core component for creating Macs

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

Latest Version

Choose a version of org.kotlincrypto.core : mac-js to add to Maven - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of org.kotlincrypto.core : mac-js to add to Maven - All Versions:

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.kotlincrypto.core</groupId>
    <artifactId>mac-js</artifactId>
    <version>0.3.0</version>
</dependency>