jar

org.domdrides : domdrides-example

Maven & Gradle

Feb 15, 2013

example · Domain Driven Design Example Project

Table Of Contents

Latest Version

Download org.domdrides : domdrides-example JAR file - Latest Versions:

All Versions

Download org.domdrides : domdrides-example JAR file - All Versions:

Version Vulnerabilities Size Updated
1.8
1.7
1.6
1.5
1.2
1.1
1.0

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 domdrides-example-1.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.domdrides.example.repository.hibernate

├─ org.domdrides.example.repository.hibernate.HibernatePersonRepository.class - [JAR]

org.domdrides.example.entity

├─ org.domdrides.example.entity.Person.class - [JAR]

org.domdrides.example.repository

├─ org.domdrides.example.repository.PersonRepository.class - [JAR]

org.domdrides.example.repository.jpa

├─ org.domdrides.example.repository.jpa.JpaPersonRepository.class - [JAR]