jar

org.jmolecules : kmolecules-ddd

Maven & Gradle

Aug 18, 2023
1.1k stars

kMolecules - DDD · Kotlin flavor of jMolecules DDD

Table Of Contents

Latest Version

Download org.jmolecules : kmolecules-ddd JAR file - Latest Versions:

All Versions

Download org.jmolecules : kmolecules-ddd JAR file - All Versions:

Version Vulnerabilities Size Updated
1.9.x
1.8.x
1.7.x
1.6.x
1.5.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 kmolecules-ddd-1.9.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jmolecules.ddd.annotation

├─ org.jmolecules.ddd.annotation.AggregateRoot.class - [JAR]

├─ org.jmolecules.ddd.annotation.Association.class - [JAR]

├─ org.jmolecules.ddd.annotation.Entity.class - [JAR]

├─ org.jmolecules.ddd.annotation.Factory.class - [JAR]

├─ org.jmolecules.ddd.annotation.Identity.class - [JAR]

├─ org.jmolecules.ddd.annotation.Repository.class - [JAR]

├─ org.jmolecules.ddd.annotation.Service.class - [JAR]

├─ org.jmolecules.ddd.annotation.ValueObject.class - [JAR]

org.jmolecules.ddd.types

├─ org.jmolecules.ddd.types.AggregateRoot.class - [JAR]

├─ org.jmolecules.ddd.types.Association.class - [JAR]

├─ org.jmolecules.ddd.types.Entity.class - [JAR]

├─ org.jmolecules.ddd.types.Identifiable.class - [JAR]

├─ org.jmolecules.ddd.types.Identifier.class - [JAR]

├─ org.jmolecules.ddd.types.Repository.class - [JAR]

├─ org.jmolecules.ddd.types.SimpleAssociation.class - [JAR]

├─ org.jmolecules.ddd.types.ValueObject.class - [JAR]

Advertisement