MVN

org.kotlincrypto.hash : sha2-512-wasm32

Maven & Gradle

Jun 09, 2023
43 stars

KotlinCrypto SHA-512 · SHA-512 hashing

<dependency>
    <groupId>org.kotlincrypto.hash</groupId>
    <artifactId>sha2-512-wasm32</artifactId>
    <version>0.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kotlincrypto.hash : sha2-512-wasm32 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.7

All Versions

Choose a version of org.kotlincrypto.hash : sha2-512-wasm32 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
sha2-512-wasm32-0.2.7
sha2-512-wasm32-0.2.6
sha2-512-wasm32-0.2.5
sha2-512-wasm32-0.2.4
sha2-512-wasm32-0.2.3
sha2-512-wasm32-0.2.2
sha2-512-wasm32-0.2.1
sha2-512-wasm32-0.2.0
0.1.x
sha2-512-wasm32-0.1.2
sha2-512-wasm32-0.1.1
sha2-512-wasm32-0.1.0

How to add a dependency to Maven

Add the following org.kotlincrypto.hash : sha2-512-wasm32 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kotlincrypto.hash</groupId>
    <artifactId>sha2-512-wasm32</artifactId>
    <version>0.2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kotlincrypto.hash : sha2-512-wasm32 gradle dependency to your build.gradle file:

implementation 'org.kotlincrypto.hash:sha2-512-wasm32:0.2.7'

Gradle Kotlin DSL: Add the following org.kotlincrypto.hash : sha2-512-wasm32 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kotlincrypto.hash:sha2-512-wasm32:0.2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kotlincrypto.hash : sha2-512-wasm32 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kotlincrypto.hash" % "sha2-512-wasm32" % "0.2.7"