MVN

io.gitlab.openchvote : openchvote

Maven & Gradle

Mar 02, 2023

OpenCHVote · OpenCHVote is an implementation of the CHVote Internet e-voting system targeted for Switzerland. CHVote itself denotes a rigorous, formal specification of an e-voting system.

<dependency>
    <groupId>io.gitlab.openchvote</groupId>
    <artifactId>openchvote</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gitlab.openchvote : openchvote to add to Maven - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of io.gitlab.openchvote : openchvote to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3
openchvote-1.3
1.2.x
openchvote-1.2.2
openchvote-1.2.1
1.2
openchvote-1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.gitlab.openchvote</groupId>
    <artifactId>openchvote</artifactId>
    <version>1.3</version>
</dependency>