View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window archetypes-party-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.parisesoftware.archetype.party.address
├─ com.parisesoftware.archetype.party.address.Address.class - [JAR]
├─ com.parisesoftware.archetype.party.address.EmailAddress.class - [JAR]
├─ com.parisesoftware.archetype.party.address.GeographicAddress.class - [JAR]
├─ com.parisesoftware.archetype.party.address.TelecomAddress.class - [JAR]
com.parisesoftware.archetype.party.company
├─ com.parisesoftware.archetype.party.company.Company.class - [JAR]
com.parisesoftware.archetype.party
├─ com.parisesoftware.archetype.party.Party.class - [JAR]
├─ com.parisesoftware.archetype.party.PartyIdentifier.class - [JAR]
├─ com.parisesoftware.archetype.party.PartyRole.class - [JAR]
├─ com.parisesoftware.archetype.party.PartyRoleIdentifier.class - [JAR]
├─ com.parisesoftware.archetype.party.RegisteredIdentifier.class - [JAR]
com.parisesoftware.archetype.party.organization
├─ com.parisesoftware.archetype.party.organization.Organization.class - [JAR]
├─ com.parisesoftware.archetype.party.organization.OrganizationName.class - [JAR]