MVN

io.xconn : cryptology

Maven & Gradle

Mar 06, 2024
2 stars

Cryptology Java · CryptoSign, SealedBox and SecretBox implementation in Java

<dependency>
    <groupId>io.xconn</groupId>
    <artifactId>cryptology</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.xconn : cryptology to add to Maven - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of io.xconn : cryptology to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
cryptology-1.0
0.1.x
cryptology-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.xconn</groupId>
    <artifactId>cryptology</artifactId>
    <version>0.1.0</version>
</dependency>

Advertisement