jar

io.hschwentner.dddbits : dddbits

Maven & Gradle

Jul 13, 2019
14 stars

DDD bits · Base types and annotations for Domain-Driven Design building blocks.

Table Of Contents

Latest Version

Download io.hschwentner.dddbits : dddbits JAR file - Latest Versions:

All Versions

Download io.hschwentner.dddbits : dddbits JAR file - All Versions:

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

io.hschwentner.dddbits.basetype

├─ io.hschwentner.dddbits.basetype.Entity.class - [JAR]

├─ io.hschwentner.dddbits.basetype.TinyDateType.class - [JAR]

├─ io.hschwentner.dddbits.basetype.TinyStringType.class - [JAR]

├─ io.hschwentner.dddbits.basetype.TinyType.class - [JAR]

io.hschwentner.dddbits.annotation

├─ io.hschwentner.dddbits.annotation.Aggregate.class - [JAR]

├─ io.hschwentner.dddbits.annotation.AggregateRoot.class - [JAR]

├─ io.hschwentner.dddbits.annotation.ApplicationService.class - [JAR]

├─ io.hschwentner.dddbits.annotation.BoundedContext.class - [JAR]

├─ io.hschwentner.dddbits.annotation.DomainEntity.class - [JAR]

├─ io.hschwentner.dddbits.annotation.DomainEvent.class - [JAR]

├─ io.hschwentner.dddbits.annotation.DomainModule.class - [JAR]

├─ io.hschwentner.dddbits.annotation.DomainRepository.class - [JAR]

├─ io.hschwentner.dddbits.annotation.DomainService.class - [JAR]

├─ io.hschwentner.dddbits.annotation.Factory.class - [JAR]

├─ io.hschwentner.dddbits.annotation.ValueObject.class - [JAR]

Advertisement