MVN

org.kotlincrypto.hash : sha3-iosx64

Maven & Gradle

Jun 28, 2023
39 stars

KotlinCrypto SHA3 · SHA3-224, SHA3-256, SHA3-384, SHA3-512, Keccak-224, Keccak-256, Keccak-384, Keccak-512, SHAKE128, SHAKE256, CSHAKE128, CSHAKE256, ParallelHash128, ParallelHash256, TupleHash128, TupleHash256

<dependency>
    <groupId>org.kotlincrypto.hash</groupId>
    <artifactId>sha3-iosx64</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kotlincrypto.hash : sha3-iosx64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of org.kotlincrypto.hash : sha3-iosx64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
sha3-iosx64-0.3.0
0.2.x
sha3-iosx64-0.2.7
sha3-iosx64-0.2.6
sha3-iosx64-0.2.5
sha3-iosx64-0.2.4
sha3-iosx64-0.2.3
sha3-iosx64-0.2.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.kotlincrypto.hash</groupId>
    <artifactId>sha3-iosx64</artifactId>
    <version>0.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kotlincrypto.hash : sha3-iosx64 gradle dependency to your build.gradle file:

implementation 'org.kotlincrypto.hash:sha3-iosx64:0.3.0'

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

implementation("org.kotlincrypto.hash:sha3-iosx64:0.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kotlincrypto.hash : sha3-iosx64 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kotlincrypto.hash" % "sha3-iosx64" % "0.3.0"

Advertisement