jar

org.occurrent : example-domain-word-guessing-game-model

Maven & Gradle

Aug 15, 2023
1 usages
83 stars
Table Of Contents

Latest Version

Download org.occurrent : example-domain-word-guessing-game-model JAR file - Latest Versions:

All Versions

Download org.occurrent : example-domain-word-guessing-game-model JAR file - All Versions:

Version Vulnerabilities Size Updated
0.16.x
0.15.x
0.14.x
0.13.x
0.12.x
0.11.x
0.10.x
0.9.x
0.8.x
0.7.x
0.6.x
0.5.x
0.4.x
0.3.x
0.2.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 example-domain-word-guessing-game-model-0.16.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.occurrent.example.domain.wordguessinggame.readmodel

├─ org.occurrent.example.domain.wordguessinggame.readmodel.AssembleGameReadModelFromDomainEvents.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.readmodel.AssembleGameReadModelFromDomainEventsKt.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.readmodel.EndedGameOverview.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.readmodel.GameEndedReadModel.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.readmodel.GameReadModel.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.readmodel.GameReadModelKt.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.readmodel.GameWasLostReadModel.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.readmodel.GameWasWonReadModel.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.readmodel.LostGameOverview.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.readmodel.OngoingGameOverview.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.readmodel.OngoingGameReadModel.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.readmodel.WonGameOverview.class - [JAR]

org.occurrent.example.domain.wordguessinggame.writemodel

├─ org.occurrent.example.domain.wordguessinggame.writemodel.BasisForPointAwarding.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.writemodel.Ended.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.writemodel.GameLogicKt.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.writemodel.GameState.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.writemodel.GameWriteModelKt.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.writemodel.Guess.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.writemodel.MaxNumberOfGuessesPerPlayer.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.writemodel.MaxNumberOfGuessesTotal.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.writemodel.NotStarted.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.writemodel.Ongoing.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.writemodel.PointAwarding.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.writemodel.PointAwardingKt.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.writemodel.PointCalculationLogic.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.writemodel.RevealedCharacter.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.writemodel.Word.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.writemodel.WordCategory.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.writemodel.WordHintCharacterRevelation.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.writemodel.WordHintCharacterRevelationKt.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.writemodel.WordHintData.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.writemodel.WordList.class - [JAR]

org.occurrent.example.domain.wordguessinggame.support

├─ org.occurrent.example.domain.wordguessinggame.support.ListExtensionFunctionKt.class - [JAR]

org.occurrent.example.domain.wordguessinggame.event

├─ org.occurrent.example.domain.wordguessinggame.event.CharacterInWordHintWasRevealed.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.event.GameEvent.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.event.GameEventKt.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.event.GameWasLost.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.event.GameWasStarted.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.event.GameWasWon.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.event.NumberOfGuessesWasExhaustedForPlayer.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.event.PlayerGuessedTheRightWord.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.event.PlayerGuessedTheWrongWord.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.event.PlayerWasAwardedPointsForGuessingTheRightWord.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.event.PlayerWasNotAwardedAnyPointsForGuessingTheRightWord.class - [JAR]

├─ org.occurrent.example.domain.wordguessinggame.event.ReasonForNotBeingAwardedPoints.class - [JAR]

Advertisement

Dependencies from Group

Aug 15, 2023
35 usages
83 stars
Aug 15, 2023
13 usages
83 stars
Aug 15, 2023
12 usages
83 stars
Aug 15, 2023
11 usages
83 stars
Aug 15, 2023
10 usages
83 stars

Discover Dependencies

Feb 07, 2023
2 usages
211 stars
Apr 23, 2021
1 usages
0 stars
Nov 04, 2020
1 usages
189 stars
Dec 17, 2020
1 usages
506 stars
Jan 05, 2021
1 usages
217 stars