MVN

org.kotlincrypto.hash : sha1-js

Maven & Gradle

Jun 28, 2023
45 stars

KotlinCrypto SHA-1 · SHA-1

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

Latest Version

Choose a version of org.kotlincrypto.hash : sha1-js to add to Maven - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of org.kotlincrypto.hash : sha1-js to add to Maven - All Versions:

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.kotlincrypto.hash</groupId>
    <artifactId>sha1-js</artifactId>
    <version>0.3.0</version>
</dependency>

Advertisement