MVN

io.github.andreypfau : curve25519-kotlin-js

Maven & Gradle

Oct 27, 2022
13 stars

curve25519-kotlin · A pure Kotlin implementation of group operations on Curve25519.

<dependency>
    <groupId>io.github.andreypfau</groupId>
    <artifactId>curve25519-kotlin-js</artifactId>
    <version>0.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.andreypfau : curve25519-kotlin-js to add to Maven - Latest Versions:

  • Latest Stable: 0.0.6

All Versions

Choose a version of io.github.andreypfau : curve25519-kotlin-js to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
curve25519-kotlin-js-0.0.6
curve25519-kotlin-js-0.0.5
curve25519-kotlin-js-0.0.4
curve25519-kotlin-js-0.0.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.andreypfau</groupId>
    <artifactId>curve25519-kotlin-js</artifactId>
    <version>0.0.6</version>
</dependency>