jar

net.ashwork : upvote

Maven & Gradle

Sep 20, 2021
1 usages
0 stars

UpVote · A simple crowdsourcing spec for voting systems and reputation.

Table Of Contents

Latest Version

Download net.ashwork : upvote JAR file - Latest Versions:

All Versions

Download net.ashwork : upvote JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window upvote-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.ashwork.upvote.manager

├─ net.ashwork.upvote.manager.AbstractInputManager.class - [JAR]

├─ net.ashwork.upvote.manager.ReputationManager.class - [JAR]

├─ net.ashwork.upvote.manager.VoteManager.class - [JAR]

net.ashwork.upvote.domain

├─ net.ashwork.upvote.domain.ReputationEntry.class - [JAR]

├─ net.ashwork.upvote.domain.TimestampEntry.class - [JAR]

├─ net.ashwork.upvote.domain.UserEntry.class - [JAR]

├─ net.ashwork.upvote.domain.VoteEntry.class - [JAR]

net.ashwork.upvote.domain.algorithm

├─ net.ashwork.upvote.domain.algorithm.TallyAlgorithm.class - [JAR]

├─ net.ashwork.upvote.domain.algorithm.WeightedTallyAlgorithm.class - [JAR]

Advertisement