jar

tw.teddysoft.ezddd : ezcqrs

Maven & Gradle

Aug 11, 2023

ezcqrs · ezcqrs is a framework for applying CQRS in Domain-Driven Design.

Table Of Contents

Latest Version

Download tw.teddysoft.ezddd : ezcqrs JAR file - Latest Versions:

All Versions

Download tw.teddysoft.ezddd : ezcqrs JAR file - All Versions:

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

tw.teddysoft.ezddd.query

├─ tw.teddysoft.ezddd.query.Archive.class - [JAR]

├─ tw.teddysoft.ezddd.query.Projection.class - [JAR]

├─ tw.teddysoft.ezddd.query.ProjectionInput.class - [JAR]

├─ tw.teddysoft.ezddd.query.Projector.class - [JAR]

├─ tw.teddysoft.ezddd.query.Query.class - [JAR]

tw.teddysoft.ezddd.command

├─ tw.teddysoft.ezddd.command.Command.class - [JAR]

├─ tw.teddysoft.ezddd.command.CqrsCommandOutput.class - [JAR]

├─ tw.teddysoft.ezddd.command.CqrsOutput.class - [JAR]

├─ tw.teddysoft.ezddd.command.Inquiry.class - [JAR]

├─ tw.teddysoft.ezddd.command.InquiryInput.class - [JAR]