jar

io.github.corinz97 : kotlin-mp-thesis-library-jvm

Maven & Gradle

Jan 15, 2024

Kotlin Multiplatform Thesis Project · Kotlin Multiplatform thesis project

Table Of Contents

Latest Version

Download io.github.corinz97 : kotlin-mp-thesis-library-jvm JAR file - Latest Versions:

All Versions

Download io.github.corinz97 : kotlin-mp-thesis-library-jvm JAR file - All Versions:

Version Vulnerabilities Size Updated
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
1.6.x
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
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 kotlin-mp-thesis-library-jvm-1.12.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

entities.abstract

├─ entities.abstract.CompetitionAbstraction.class - [JAR]

├─ entities.abstract.CompetitorAbstraction.class - [JAR]

├─ entities.abstract.PollAbstraction.class - [JAR]

├─ entities.abstract.RankingAbstraction.class - [JAR]

├─ entities.abstract.ScoreAbstraction.class - [JAR]

entities.interfaces

├─ entities.interfaces.Competition.class - [JAR]

├─ entities.interfaces.Competitor.class - [JAR]

├─ entities.interfaces.ListOfPreferencesVote.class - [JAR]

├─ entities.interfaces.Poll.class - [JAR]

├─ entities.interfaces.PollAlgorithm.class - [JAR]

├─ entities.interfaces.PollAlgorithmParameter.class - [JAR]

├─ entities.interfaces.PollManager.class - [JAR]

├─ entities.interfaces.Ranking.class - [JAR]

├─ entities.interfaces.Score.class - [JAR]

├─ entities.interfaces.SinglePreferenceVote.class - [JAR]

├─ entities.interfaces.Vote.class - [JAR]

├─ entities.interfaces.Voter.class - [JAR]

entities.types

├─ entities.types.BestTimeInMatch.class - [JAR]

├─ entities.types.Comparator.class - [JAR]

├─ entities.types.ConstantParameter.class - [JAR]

├─ entities.types.ScoreMetric.class - [JAR]

├─ entities.types.WinsInCampionship.class - [JAR]

entities.implementations

├─ entities.implementations.CondorcetAlgorithm.class - [JAR]

├─ entities.implementations.CondorcetRanking.class - [JAR]

├─ entities.implementations.DescendingListOfPreferencesVote.class - [JAR]

├─ entities.implementations.MajorityVotesAlgorithm.class - [JAR]

├─ entities.implementations.MajorityVotesThenHighestScoreAlgorithm.class - [JAR]

├─ entities.implementations.MajorityVotesThenLowestScoreAlgorithm.class - [JAR]

├─ entities.implementations.PollInstance.class - [JAR]

├─ entities.implementations.PollManagerInstance.class - [JAR]

├─ entities.implementations.RankingByDescendingVotes.class - [JAR]

├─ entities.implementations.RankingByDescendingVotesThenHighestScore.class - [JAR]

├─ entities.implementations.RankingByDescendingVotesThenLowestScore.class - [JAR]