jar

br.com.damsete : domain-common

Maven & Gradle

Aug 07, 2020
1 stars

domain-common · Common classes for clean architecture-based applications using rich domain modeling concepts

Table Of Contents

Latest Version

Download br.com.damsete : domain-common JAR file - Latest Versions:

All Versions

Download br.com.damsete : domain-common 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 domain-common-0.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

br.com.damsete.domain.exceptions

├─ br.com.damsete.domain.exceptions.BusinessException.class - [JAR]

├─ br.com.damsete.domain.exceptions.NotificationException.class - [JAR]

├─ br.com.damsete.domain.exceptions.ObjectDuplicatedException.class - [JAR]

├─ br.com.damsete.domain.exceptions.ObjectNotFoundException.class - [JAR]

br.com.damsete.domain.notifications

├─ br.com.damsete.domain.notifications.Notifiable.class - [JAR]

├─ br.com.damsete.domain.notifications.Notification.class - [JAR]

br.com.damsete.domain.validations

├─ br.com.damsete.domain.validations.FluentValidation.class - [JAR]

br.com.damsete.domain.page

├─ br.com.damsete.domain.page.PageResponse.class - [JAR]

├─ br.com.damsete.domain.page.PagedRequest.class - [JAR]

br.com.damsete.domain

├─ br.com.damsete.domain.IdentifiedDomainObject.class - [JAR]

Advertisement