jar

net.ashwork : upvote-database

Maven & Gradle

Sep 20, 2021
0 stars

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

Table Of Contents

Latest Version

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

All Versions

Download net.ashwork : upvote-database 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-database-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.database.manager

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

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

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

net.ashwork.upvote.database.util

├─ net.ashwork.upvote.database.util.DatabaseHelper.class - [JAR]

├─ net.ashwork.upvote.database.util.ExceptionHelper.class - [JAR]

├─ net.ashwork.upvote.database.util.ThrowingSupplier.class - [JAR]

net.ashwork.upvote.database.domain.dao

├─ net.ashwork.upvote.database.domain.dao.GetDao.class - [JAR]

├─ net.ashwork.upvote.database.domain.dao.InsertDao.class - [JAR]

net.ashwork.upvote.database.domain.algorithm

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

Advertisement