jar

org.gomoob : model

Maven & Gradle

Oct 21, 2017
1 stars

Gomoob Data Model library · The Gomoob Data Model library contains utility interfaces, abstract classes and classes used to create Java Data Models / Domain Models quickly and using best practices.

Table Of Contents

Latest Version

Download org.gomoob : model JAR file - Latest Versions:

All Versions

Download org.gomoob : model JAR file - All Versions:

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

org.gomoob.model

├─ org.gomoob.model.AbstractEntity.class - [JAR]

├─ org.gomoob.model.AbstractEntityWithCreationDate.class - [JAR]

├─ org.gomoob.model.AbstractEntityWithCreationDateAndUpdateDate.class - [JAR]

├─ org.gomoob.model.IAction.class - [JAR]

├─ org.gomoob.model.IDefaultLanguageCode.class - [JAR]

├─ org.gomoob.model.IEntity.class - [JAR]

├─ org.gomoob.model.IEntityWithCreationDate.class - [JAR]

├─ org.gomoob.model.IEntityWithCreationDateAndUpdateDate.class - [JAR]

├─ org.gomoob.model.IState.class - [JAR]

├─ org.gomoob.model.ITranslatableEntity.class - [JAR]

├─ org.gomoob.model.ITranslatableEntityWithCreationDate.class - [JAR]

├─ org.gomoob.model.ITranslatableEntityWithCreationDateAndUpdateDate.class - [JAR]

├─ org.gomoob.model.ITranslation.class - [JAR]

org.gomoob.model.state

├─ org.gomoob.model.state.State.class - [JAR]

org.gomoob.model.translation

├─ org.gomoob.model.translation.AbstractTranslatableEntity.class - [JAR]

├─ org.gomoob.model.translation.AbstractTranslatableEntityWithCreationDate.class - [JAR]

├─ org.gomoob.model.translation.AbstractTranslatableEntityWithCreationDateAndUpdateDate.class - [JAR]

├─ org.gomoob.model.translation.Translation.class - [JAR]

org.gomoob.model.action

├─ org.gomoob.model.action.Action.class - [JAR]

Advertisement