MVN

info.gehrels.voting : singleTransferableVoteElections

Maven & Gradle

Jul 07, 2017
4 stars

Single Transferable Vote Elections · Calculates Single Transferable Vote election results using the Weighted Inclusive Gregory Method

<dependency>
    <groupId>info.gehrels.voting</groupId>
    <artifactId>singleTransferableVoteElections</artifactId>
    <version>4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.gehrels.voting : singleTransferableVoteElections to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0

All Versions

Choose a version of info.gehrels.voting : singleTransferableVoteElections to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0
singleTransferableVoteElections-4.0
3.0
singleTransferableVoteElections-3.0
2.1
singleTransferableVoteElections-2.1
2.0
singleTransferableVoteElections-2.0

How to add a dependency to Maven

Add the following info.gehrels.voting : singleTransferableVoteElections maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.gehrels.voting</groupId>
    <artifactId>singleTransferableVoteElections</artifactId>
    <version>4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.gehrels.voting : singleTransferableVoteElections gradle dependency to your build.gradle file:

implementation 'info.gehrels.voting:singleTransferableVoteElections:4.0'

Gradle Kotlin DSL: Add the following info.gehrels.voting : singleTransferableVoteElections gradle kotlin dependency to your build.gradle.kts file:

implementation("info.gehrels.voting:singleTransferableVoteElections:4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.gehrels.voting : singleTransferableVoteElections sbt scala dependency to your build.sbt file:

libraryDependencies += "info.gehrels.voting" % "singleTransferableVoteElections" % "4.0"

Advertisement