jar

com.jayway.jax-rs-hateoas : demo-domain

Maven & Gradle

Aug 31, 2012
3 usages

demo-domain

Table Of Contents

Latest Version

Download com.jayway.jax-rs-hateoas : demo-domain JAR file - Latest Versions:

All Versions

Download com.jayway.jax-rs-hateoas : demo-domain JAR file - All Versions:

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

com.jayway.demo.library.domain

├─ com.jayway.demo.library.domain.Book.class - [JAR]

├─ com.jayway.demo.library.domain.BookRepository.class - [JAR]

├─ com.jayway.demo.library.domain.Customer.class - [JAR]

├─ com.jayway.demo.library.domain.CustomerRepository.class - [JAR]

com.jayway.demo.library.domain.internal

├─ com.jayway.demo.library.domain.internal.BookRepositoryInMemory.class - [JAR]

├─ com.jayway.demo.library.domain.internal.CustomerRepositoryInMemory.class - [JAR]

com.jayway.demo.library.domain.factory

├─ com.jayway.demo.library.domain.factory.RepositoryFactory.class - [JAR]

com.jayway.demo.library.rest.dto

├─ com.jayway.demo.library.rest.dto.BookDto.class - [JAR]

├─ com.jayway.demo.library.rest.dto.BookListDto.class - [JAR]

├─ com.jayway.demo.library.rest.dto.CustomerDto.class - [JAR]

├─ com.jayway.demo.library.rest.dto.LoanDto.class - [JAR]

├─ com.jayway.demo.library.rest.dto.RootDto.class - [JAR]