jar

io.github.mrtimeey : hero-domain-model

Maven & Gradle

Nov 12, 2023
0 stars

hero-domain-model · Hero domain model with dummy data. Primarily used for testing purposes.

Table Of Contents

Latest Version

Download io.github.mrtimeey : hero-domain-model JAR file - Latest Versions:

All Versions

Download io.github.mrtimeey : hero-domain-model JAR file - All Versions:

Version Vulnerabilities Size Updated
0.8.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 hero-domain-model-0.8.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.mrtimeey.herodomainmodel.core

├─ io.github.mrtimeey.herodomainmodel.core.DataLoader.class - [JAR]

├─ io.github.mrtimeey.herodomainmodel.core.HeroFactory.class - [JAR]

├─ io.github.mrtimeey.herodomainmodel.core.HeroUtils.class - [JAR]

├─ io.github.mrtimeey.herodomainmodel.core.ObjectConversionUtils.class - [JAR]

io.github.mrtimeey.herodomainmodel.model

├─ io.github.mrtimeey.herodomainmodel.model.Appearance.class - [JAR]

├─ io.github.mrtimeey.herodomainmodel.model.Creation.class - [JAR]

├─ io.github.mrtimeey.herodomainmodel.model.Gender.class - [JAR]

├─ io.github.mrtimeey.herodomainmodel.model.Identity.class - [JAR]

├─ io.github.mrtimeey.herodomainmodel.model.LivingStatus.class - [JAR]

├─ io.github.mrtimeey.herodomainmodel.model.PersonalInformation.class - [JAR]

├─ io.github.mrtimeey.herodomainmodel.model.SuperHero.class - [JAR]

io.github.mrtimeey.herodomainmodel.assertions

├─ io.github.mrtimeey.herodomainmodel.assertions.AppearanceAssert.class - [JAR]

├─ io.github.mrtimeey.herodomainmodel.assertions.Assertions.class - [JAR]

├─ io.github.mrtimeey.herodomainmodel.assertions.CreationAssert.class - [JAR]

├─ io.github.mrtimeey.herodomainmodel.assertions.PersonalInformationAssert.class - [JAR]

├─ io.github.mrtimeey.herodomainmodel.assertions.SuperHeroAssert.class - [JAR]