Run mvn clean install
from the project directory.
JavaDoc is available at https://davidluptak.github.io/pa165-library-system-javadoc/.
Create an information system for a public library. The system should keep track of book collections in library departments, library members as well as individual loaned items of every member. The system should be capable of providing information about all the members and books, what a member borrowed and when, who borrowed a certain book and what condition they returned the book in. Take into account that a person can borrow multiple books in a single loan.